20 "Computes L1 error between an elemental field variable and an analytical function.");
21 params.
addRequiredParam<FunctionName>(
"function",
"The analytic solution to compare against");
MetaPhysicL::DualNumber< V, D, asd > abs(const MetaPhysicL::DualNumber< V, D, asd > &a)
const MooseArray< Point > & _q_point
This postprocessor computes a volume integral of the specified variable.
ElementL1Error(const InputParameters ¶meters)
virtual Real computeQpIntegral() override
const VariableValue & _u
Holds the solution at current quadrature points.
static InputParameters validParams()
registerMooseObject("MooseApp", ElementL1Error)
Computes L1 error between an elemental field variable and an analytical function. ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
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...
static InputParameters validParams()