10#ifdef MOOSE_MFEM_ENABLED
registerMooseAction("MooseApp", AddMFEMProblemComposerAction, "add_mfem_problem_composer")
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 specifying the problem co...
AddMFEMProblemComposerAction(const InputParameters ¶meters)
void act() override
Method to add objects to the simulation or perform other setup tasks.
static InputParameters validParams()
void addMFEMProblemComposer(const std::string &user_object_name, const std::string &name, InputParameters ¶meters)
Method called in AddMFEMProblemComposerAction which will create the problem composer.
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.