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())
ElementHCurlSemiError(const InputParameters ¶meters)
const MooseArray< Point > & _q_point
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...
const VectorVariableCurl & _curl_u
curl of the vector variable
This postprocessor will print out the L2-seminorm of the difference between the computed solution and...
registerMooseObject("MooseApp", ElementHCurlSemiError)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpIntegral() override
static InputParameters validParams()
This postprocessor will print out the H(curl)-seminorm of the difference between the computed solutio...
const Function & _func
vector or component-wise analytical solution to compare against