19 params.
addClassDescription(
"Returns the H(div)-seminorm of the difference between a pair of "
20 "computed and analytical vector-valued solutions.");
22 "The vector analytical solution to compare against");
34 :
ElementVectorL2Error(parameters), _u_var(*getVectorVar(
"variable", 0)), _div_u(_u_var.divSln())
registerMooseObject("MooseApp", ElementHDivSemiError)
This postprocessor will print out the H(div)-seminorm of the difference between the computed solution...
const VectorVariableDivergence & _div_u
div of the vector variable
ElementHDivSemiError(const InputParameters ¶meters)
virtual Real computeQpIntegral() override
static InputParameters validParams()
const MooseArray< Point > & _q_point
This postprocessor will print out the L2-seminorm of the difference between the computed solution and...
const Function & _func
vector or component-wise analytical solution to compare against
static InputParameters validParams()
virtual Real div(Real t, const Point &p) const
Override this to evaluate the divergence of the vector function at a point (t,x,y,...