19 params.
addClassDescription(
"Returns the H(curl)-seminorm of the difference between a pair of "
20 "computed and analytical vector-valued solutions.");
22 "The vector analytical solution to compare against");
35 _u_var(*getVectorVar(
"variable", 0)),
36 _curl_u(_u_var.curlSln())
registerMooseObject("MooseApp", ElementHCurlSemiError)
This postprocessor will print out the H(curl)-seminorm of the difference between the computed solutio...
ElementHCurlSemiError(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeQpIntegral() override
const VectorVariableCurl & _curl_u
curl of the vector variable
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 RealVectorValue curl(Real t, const Point &p) const
Override this to evaluate the curl of the vector function at a point (t,x,y,z), by default this retur...