10#ifdef MOOSE_MFEM_ENABLED
32 virtual void execute()
override;
Class to construct an auxiliary solver used to update a real auxvariable.
AuxKernel to compute a running time average of a scalar coefficient using a linear blend.
mfem::Coefficient & _result_coefficient
Reference to result gridfunction coefficient.
const Real & _time
The current time.
mfem::Coefficient & _source_coefficient
Reference to source coefficient.
virtual ~MFEMScalarTimeAverageAux() override=default
const Real & _skip
Time before the averaging starts.
virtual void execute() override
Computes the auxvariable.
mfem::ParGridFunction _average_var
Placeholder gridfunction to avoid read/write aliasing during projection.
const Real & _dt
Time step size.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.