10 #ifdef MOOSE_MFEM_ENABLED 20 params.
addClassDescription(
"Add an MFEM quadrature function coefficient to the simulation.");
const std::string & _name
The name of this class.
AddMFEMQuadratureFunctionAction(const InputParameters ¶meters)
static InputParameters validParams()
static InputParameters validParams()
This class allows us to have a section of the input file like the following to add MFEM quadrature fu...
registerMooseAction("MooseApp", AddMFEMQuadratureFunctionAction, "add_mfem_quadrature_functions")
std::string _type
The Object type that is being created.
InputParameters _moose_object_pars
The parameters for the object to be created.
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.