20 "Computes L1 error between an elemental field variable and an analytical function.");
21 params.
addRequiredParam<FunctionName>(
"function",
"The analytic solution to compare against");
registerMooseObject("MooseApp", ElementL1Error)
This postprocessor computes a volume integral of the specified variable.
static InputParameters validParams()
const VariableValue & _u
Holds the solution at current quadrature points.
Computes L1 error between an elemental field variable and an analytical function.
ElementL1Error(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeQpIntegral() override
const MooseArray< Point > & _q_point
virtual Real value(Real t, const Point &p) const
Override this to evaluate the scalar function at point (t,x,y,z), by default this returns zero,...