10 #ifdef MOOSE_MFEM_ENABLED 22 "Name of the scalar coefficient to project.");
27 :
MFEMAuxKernel(parameters), _coef(getScalarCoefficient(
"coefficient"))
static InputParameters validParams()
mfem::ParGridFunction & _result_var
Reference to result gridfunction.
MFEMScalarProjectionAux(const InputParameters ¶meters)
Class to construct an auxiliary solver used to update an auxvariable.
static InputParameters validParams()
virtual void execute() override
Execute method.
Projects a scalar coefficient onto a scalar-valued auxvariable.
mfem::Coefficient & _coef
Reference to source coefficient.
registerMooseObject("MooseApp", MFEMScalarProjectionAux)