10 #ifdef MOOSE_MFEM_ENABLED 35 mfem::InnerProductCoefficient
_inner;
41 #endif // MOOSE_MFEM_ENABLED void execute() override
Perform the main work for this object.
Project onto a scalar MFEM auxvariable.
MFEMInnerProductAux(const InputParameters ¶meters)
mfem::InnerProductCoefficient _inner
Inner product coefficient.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
Class to construct an auxiliary solver used to update a real auxvariable.
~MFEMInnerProductAux() override=default
mfem::ProductCoefficient _scaled_inner
Final coefficient that applies a scaling factor to the inner product.