SheafSystem
0.0.0.0
|
Abstract functor to compute the dofs at a destination discretization point. More...
#include <base_space_map_push_action.h>
BASE_SPACE_MAP_PUSH_ACTION FACET | |
virtual | ~base_space_map_push_action () |
Destructor. More... | |
virtual void | operator() (pullback_map::iterator &xitr, block< sec_vd *> &xoutputs, block< block< sec_vd_dof_type > * > &xout_dofs)=0 |
Computes xout_dofs using xitr and the dofs already in xoutputs, as needed. More... | |
virtual void | initialize (block< sec_vd *> &xoutputs) |
Initializes outputs as needed. More... | |
virtual void | finalize (block< sec_vd *> &xoutputs) |
Finalizes outputs as needed. More... | |
base_space_map_push_action () | |
Default constructor. More... | |
ANY FACET | |
virtual bool | is_ancestor_of (const any *other) const |
Conformance test; true if other conforms to this. More... | |
virtual base_space_map_push_action * | clone () const =0 |
Virtual constructor, makes a new instance of the same type as this. More... | |
virtual base_space_map_push_action & | operator= (const base_space_map_push_action &xother) |
Assignment operator. More... | |
virtual bool | invariant () const |
Class invariant. More... | |
Additional Inherited Members | |
Public Member Functions inherited from sheaf::any | |
bool | is_same_type (const any *other) const |
True if other is the same type as this. More... | |
virtual | ~any () |
Destructor. More... | |
bool | invariant_check () const |
True if invariant checking is enabled. More... | |
void | enable_invariant_check () const |
Enable invariant checking. More... | |
void | disable_invariant_check () const |
Disable invariant check. Intended for preventing recursive calls to invariant and for suppressing invariant checking during multi-phase initialization. More... | |
int | disable_invariance_check_request_depth () const |
Number of times disable_invariant_check has been called without matching call to enable_invariant_check. More... | |
Protected Member Functions inherited from sheaf::any | |
any () | |
default constructor More... | |
Abstract functor to compute the dofs at a destination discretization point.
Definition at line 56 of file base_space_map_push_action.h.
|
virtual |
|
protected |
Default constructor.
Definition at line 125 of file base_space_map_push_action.cc.
References is_ancestor_of().
Referenced by finalize().
|
pure virtual |
Virtual constructor, makes a new instance of the same type as this.
Is Abstract.
Reimplemented from sheaf::any.
Implemented in fields::average_base_space_map_push_action, fields::constant_base_space_map_push_action, and fields::copy_base_space_map_push_action.
Definition at line 170 of file base_space_map_push_action.cc.
References operator=().
Referenced by is_ancestor_of().
Finalizes outputs as needed.
Reimplemented in fields::average_base_space_map_push_action.
Definition at line 102 of file base_space_map_push_action.cc.
References base_space_map_push_action(), and sheaf::auto_block< T, un_block_initialization_policy< T > >::ct().
Referenced by fields::base_space_map::base_space_map(), and initialize().
Initializes outputs as needed.
Reimplemented in fields::average_base_space_map_push_action.
Definition at line 81 of file base_space_map_push_action.cc.
References sheaf::auto_block< T, un_block_initialization_policy< T > >::ct(), and finalize().
Referenced by fields::base_space_map::base_space_map(), and operator()().
|
virtual |
Class invariant.
Reimplemented from sheaf::any.
Reimplemented in fields::average_base_space_map_push_action, fields::constant_base_space_map_push_action, and fields::copy_base_space_map_push_action.
Definition at line 212 of file base_space_map_push_action.cc.
Referenced by operator=().
|
virtual |
Conformance test; true if other conforms to this.
Reimplemented from sheaf::any.
Reimplemented in fields::average_base_space_map_push_action, fields::constant_base_space_map_push_action, and fields::copy_base_space_map_push_action.
Definition at line 150 of file base_space_map_push_action.cc.
References clone().
Referenced by base_space_map_push_action().
|
pure virtual |
Computes xout_dofs using xitr and the dofs already in xoutputs, as needed.
Implemented in fields::average_base_space_map_push_action, fields::constant_base_space_map_push_action, and fields::copy_base_space_map_push_action.
Definition at line 56 of file base_space_map_push_action.cc.
References sheaf::auto_block< T, un_block_initialization_policy< T > >::ct(), and initialize().
Referenced by ~base_space_map_push_action().
|
virtual |
Assignment operator.
Reimplemented in fields::average_base_space_map_push_action, fields::constant_base_space_map_push_action, and fields::copy_base_space_map_push_action.
Definition at line 193 of file base_space_map_push_action.cc.
References invariant().
Referenced by clone().