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