This postprocessor computes a volume integral of the specified variable.
virtual Real computeQpIntegral() override
This postprocessor computes a volume integral of the specified variable.
const VariableGradient & _grad_u
Holds the solution gradient at the current quadrature points.
const VariableValue & _u
Holds the solution at current quadrature points.
static InputParameters validParams()
bool _use_abs_value
Option to use absolute variable value.
ElementIntegralVariablePostprocessor(const InputParameters ¶meters)