10 #ifdef MOOSE_MFEM_ENABLED 20 params.
addClassDescription(
"Projects a vector coefficient onto a vector MFEM auxvariable.");
22 "Name of the vector coefficient to project.");
27 :
MFEMAuxKernel(parameters), _vec_coef(getVectorCoefficient(
"vector_coefficient"))
Projects a vector coefficient onto a vector-valued auxvariable.
mfem::VectorCoefficient & _vec_coef
Reference to source coefficient.
registerMooseObject("MooseApp", MFEMVectorProjectionAux)
mfem::ParGridFunction & _result_var
Reference to result gridfunction.
MFEMVectorProjectionAux(const InputParameters ¶meters)
Class to construct an auxiliary solver used to update an auxvariable.
static InputParameters validParams()
static InputParameters validParams()
virtual void execute() override
Execute method.