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())
const MooseArray< Point > & _q_point
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,z), by default this returns zero, you must override it.
This postprocessor will print out the L2-seminorm of the difference between the computed solution and...
static InputParameters validParams()
const VectorVariableDivergence & _div_u
div of the vector variable
registerMooseObject("MooseApp", ElementHDivSemiError)
This postprocessor will print out the H(div)-seminorm of the difference between the computed solution...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
ElementHDivSemiError(const InputParameters ¶meters)
const Function & _func
vector or component-wise analytical solution to compare against
virtual Real computeQpIntegral() override