10 #ifdef MOOSE_MFEM_ENABLED 38 const std::vector<std::string>
_xyzt;
std::shared_ptr< SymFunction > SymFunctionPtr
Shorthand for an smart pointer to an autodiff function parser object.
const InputParameters & parameters() const
Get the parameters of the object.
MFEMProblem & _mfem_problem
reference to the MFEMProblem instance
void initialSetup() override
Creates the parsed function.
This class is used to evaluate symbolic equations passed in to Moose through the input file...
static InputParameters validParams()
std::vector< std::reference_wrapper< mfem::Coefficient > > _coefficients
vector of references to the scalar coefficients used in the function
Scalar, parsed function of position, time, and any number of scalar problem coefficients, including any scalar variables, postprocessors, material properties or functions.
SymFunctionPtr _sym_function
function parser object
const std::vector< std::string > _xyzt
coordinate and time variable names
virtual ~MFEMParsedFunction()=default
MFEMParsedFunction(const InputParameters ¶meters)