OutputTools< Real >::VariableGradient VariableGradient
OutputTools< Real >::VariableValue VariableValue
const InputParameters & parameters() const
Get the parameters of the object.
Interface for objects that need to get values of MooseVariables.
This postprocessor computes a side integral of the specified variable over a given boundary.
This postprocessor computes a volume integral of the specified variable.
virtual Real computeQpIntegral() override
const VariableGradient & _grad_u
Holds the solution gradient at the current quadrature points.
static InputParameters validParams()
const VariableValue & _u
Holds the solution at current quadrature points.
const bool _fv
Whether FV variables are used.