Opaque Pointer object that carries the referenced data type, but does not expose this payload type as...
Definition: wmopaqueptr.h:81
Definition: wmdomain.h:35
The WmHostAction class is a base class for sub-solvers in the WARPXM system.
Definition: wmhostaction.h:35
Base class for functions used in generating initial conditions.
Definition: wmicfunction.h:25
Definition: wmicgenerator.h:55
void apply(const WmUnstructuredPatch &patch)
Applies the initial condition to the variable for a given patch TODO: needs to work with any patch (s...
@ WMICGENERATORSCHEME_FV
Definition: wmicgenerator.h:66
@ WMICGENERATORSCHEME_MODAL
Definition: wmicgenerator.h:64
@ WMICGENERATORSCHEME_NODAL
Definition: wmicgenerator.h:65
~WmICApplicator()
Destroy WmICApplicator.
int _spatialScheme
Definition: wmicgenerator.h:115
int _spatialOrder
Definition: wmicgenerator.h:116
std::string _basisSetName
Definition: wmicgenerator.h:118
WmICApplicator(WmICGenerator *parent)
Create new WmICApplicator.
WmICGenerator * _parent
Definition: wmicgenerator.h:114
void setup(const WxCryptSet &wxc)
Setup the WmICApplicator from a cryptset and an application index.
WmICFunction * _f
Definition: wmicgenerator.h:121
const WmVariableParser::componentList_t & getComponents() const
Grabs the components used by this applicator.
Definition: wmicgenerator.h:108
WmVariableParser::componentList_t _args
Definition: wmicgenerator.h:120
The WmICGenerator class generates initial conditions.
Definition: wmicgenerator.h:45
WmICGenerator(const WmConstOpaquePtr &parent_solver)
Create new WmICGenerator host action.
WxStepperStatus step()
Step the solver by assigned time step.
std::vector< WmICApplicator * > icApplicatorList_t
Definition: wmicgenerator.h:125
void setup(const WxCryptSet &wxc)
Setup HostAction object using supplied cryptset.
virtual void typeCheck()
check that variable types are appropriate for this HostAction.
std::vector< WmICFunction * > icFunctionList_t
Definition: wmicgenerator.h:124
~WmICGenerator()
Destroy WmICGenerator host action.
bool needsDomain() const
Return false because icGenerator is not yet setup for structured grids.
Definition: wmicgenerator.h:171
Definition: wmunstructuredpatch.h:22
std::vector< component_t > componentList_t
Definition: wmvariableparser.h:94
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
virtual std::string name() const
Get name of object.
Represents important parameters for the efficacy of a completing simulation step.
Definition: wxstepperstatus.h:19