const bool _use_qp_arg
Whether to use a quadrature-based functor argument, appropriate for finite element evaluations...
const Moose::Functor< Real > & _factor
Factor to multiply the time derivative with.
TimeDerivativeAux(const InputParameters ¶meters)
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
static InputParameters validParams()
Time derivative of a functor, which can be a variable, function, functor material property...
virtual Real computeValue() override
Compute and return the value of the aux variable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
const Moose::Functor< Real > & _functor
Functor to take the time derivative of.