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