virtual Real computeValue() override
Compute and return the value of the aux variable.
Second time derivative of a variable.
const Moose::Functor< Real > & _factor
Factor to multiply the second time derivative with.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
const VariableValue & _v
Variable we're computing the second time derivative of.
const bool _use_qp_arg
Whether to use a quadrature-based functor argument, appropriate for finite element evaluations...
SecondTimeDerivativeAux(const InputParameters ¶meters)
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
Base class for creating new auxiliary kernels and auxiliary boundary conditions.
static InputParameters validParams()