10#ifdef MOOSE_MFEM_ENABLED
registerMooseAction("MooseApp", AddMFEMSolverAction, "add_mfem_solver")
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.
This class allows us to configure MFEM solver objects in the input file.
static InputParameters validParams()
void act() override
Method to add objects to the simulation or perform other setup tasks.
AddMFEMSolverAction(const InputParameters ¶meters)
virtual void addMFEMSolver(const std::string &user_object_name, const std::string &name, InputParameters ¶meters)
Method called in AddMFEMSolverAction which records a solver for later dependency-ordered construction...
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.