21 "Set the ProblemOperator used in the MFEMExecutioner to solve the FE problem.");
static InputParameters validParams()
AddMFEMProblemOperatorAction(const InputParameters ¶meters)
void initProblemOperator()
Initialise the required ProblemOperator used in the Executioner to solve the problem.
static InputParameters validParams()
This class implements the action controlling the construction of the required MFEM ProblemOperator...
registerMooseAction("MooseApp", AddMFEMProblemOperatorAction, "add_mfem_problem_operator")
virtual void act() override
Method to add objects to the simulation or perform other setup tasks.
std::shared_ptr< FEProblemBase > & _problem
Convenience reference to a problem this action works on.