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