15 #include "libmesh/ignore_warnings.h" 17 #include "libmesh/restore_warnings.h"
static InputParameters validParams()
mfem::MatrixCoefficient & getMatrixCoefficient(const std::string &name)
void finalize() override
Finalize.
mfem::Coefficient & getScalarCoefficient(const std::string &name)
Returns references to coefficients stored in the MFEMProblem PropertiesManager.
MFEMProblem & _mfem_problem
void execute() override
Execute method.
void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual const std::string & name() const
Get the name of the class.
MFEMProblem & getMFEMProblem()
Returns a reference to the MFEMProblem instance.
const InputParameters & parameters() const
Get the parameters of the object.
mfem::VectorCoefficient & getVectorCoefficient(const std::string &name)
MFEMGeneralUserObject(const InputParameters ¶meters)
const MFEMProblem & getMFEMProblem() const