10 #ifdef MOOSE_MFEM_ENABLED 28 virtual void execute()
override;
MFEMComplexVectorProjectionAux(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
Projects a vector coefficient onto a vector-valued auxvariable.
static InputParameters validParams()
virtual void execute() override
Perform the main work for this object.
mfem::VectorCoefficient & _vec_coef_imag
Reference to source coefficient for the imaginary part.
mfem::VectorCoefficient & _vec_coef_real
Reference to source coefficient for the real part.
virtual ~MFEMComplexVectorProjectionAux()=default
Class to construct an auxiliary solver used to update a complex auxvariable.