10 #ifdef MOOSE_MFEM_ENABLED 28 virtual void execute()
override;
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
MFEMScalarProjectionAux(const InputParameters ¶meters)
Class to construct an auxiliary solver used to update an auxvariable.
virtual ~MFEMScalarProjectionAux()=default
virtual void execute() override
Execute method.
Projects a scalar coefficient onto a scalar-valued auxvariable.
mfem::Coefficient & _coef
Reference to source coefficient.