10 #ifdef MOOSE_MFEM_ENABLED 39 const mfem::ParGridFunction &
_u_var;
40 const mfem::ParGridFunction &
_v_var;
44 mfem::VectorGridFunctionCoefficient
_u_coef;
45 mfem::VectorGridFunctionCoefficient
_v_coef;
53 #endif // MOOSE_MFEM_ENABLED const mfem::ParGridFunction & _u_var
References to the vector ParGridFunctions.
const mfem::ParGridFunction & _v_var
mfem::VectorGridFunctionCoefficient _u_coef
Coefficient wrappers.
const InputParameters & parameters() const
Get the parameters of the object.
const VariableName _v_var_name
mfem::VectorGridFunctionCoefficient _v_coef
void execute() override
Execute method.
const mfem::real_t _scale_factor
const VariableName _u_var_name
Names of vector sources.
~MFEMDotProductAux() override=default
mfem::InnerProductCoefficient _dot_uv
Class to construct an auxiliary solver used to update an auxvariable.
MFEMDotProductAux(const InputParameters ¶meters)
mfem::ProductCoefficient _final_coef
Final coefficient that applies the scale factor to the inner product.
mfem::ConstantCoefficient _scale_c
static InputParameters validParams()