10 #ifdef MOOSE_MFEM_ENABLED 22 params.
addRequiredParam<VariableName>(
"variable",
"Variable to perform amr with");
23 params.
addRequiredParam<std::string>(
"kernel",
"Kernel to perform amr with");
29 _var_name(getParam<VariableName>(
"variable")),
30 _kernel_name(getParam<
std::string>(
"kernel")),
31 _fespace(*getMFEMProblem().getGridFunction(_var_name)->ParFESpace())
Thin base for MFEM objects backed directly by MooseObject instead of UserObject.
static InputParameters validParams()
MFEMIndicator(const InputParameters ¶ms)
static InputParameters validParams()
Declare the common parameters required by MFEM MooseObject-backed classes.