10 #ifdef MOOSE_MFEM_ENABLED 31 virtual void execute()
override;
MFEMScalarTimeAverageAux(const InputParameters ¶meters)
const Real & _skip
Time before the averaging starts.
virtual void execute() override
Computes the auxvariable.
mfem::Coefficient & _result_var_coefficient
Reference to result gridfunction coefficient.
virtual ~MFEMScalarTimeAverageAux() override=default
const InputParameters & parameters() const
Get the parameters of the object.
const Real & _dt
Time step size.
Class to construct an auxiliary solver used to update an auxvariable.
const Real & _time
The current time.
AuxKernel to compute a running time average of an MFEMVariable using a linear blend.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
mfem::ParGridFunction _average_var
Placeholder gridfunction to avoid read/write aliasing during projection.
mfem::Coefficient & _source_var_coefficient
Reference to source gridfunction coefficient.
const VariableName _source_var_name
Name of source MFEMVariable to take the time average of.