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
A base class for solvers in WARPM.
Definition: wmsolverbase.h:35
Base class for sub-solvers in WARPXM compute kernel system.
Definition: wmsubsolver.h:40
virtual void typeCheck()=0
Check that the provided variables meet the expected variable types for this subsolver.
const WmDomain & getDomain() const
Get the domain for the system.
wxm::variable::variable_t & getVariableByName(const std::string &variableName) const
Retrieves a variable registered with the parent solver that matches the specified name.
virtual void setup(const WxCryptSet &wxc)
Setup subsolver object using supplied cryptset.
WmSubSolver(const WmConstOpaquePtr &parent_solver)
Create new subsolver.
std::vector< std::string > subsolver_crypt_args_t
Arguments to subsolver calls that appear in the crypt set sequence E.g.
Definition: wmsubsolver.h:46
virtual ~WmSubSolver()
Destroy subsolver.
const WmSolverBase & getParent() const
Get parent solver object.
Base class for variables that store one or more components of data.
Definition: wmvariable.h:31
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
WxObject is a base class for WarpX classes which need to go through a creation/destruction cycle with...
Definition: wxobject.h:54
Definition: variable.h:22
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8