functionEvaluation.hh
void testValue(hp2D::Space &spc)
Tests the evaluation of hp2D::Value at an arbitrary point in an element.
Tests the evaluation of functions like hp2D::Value.
Definition: functionEvaluation.hh:30
Real shapeFct_(const uint i[2], const concepts::Real2d &p) const
Computes shape function with index i in point p.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testValueComb(hp2D::Space &spc)
Tests if the evaluation of hp2D::Value at the integration points and at arbitrary points (chosen in t...
virtual ~FunctionEvaluation()
Definition: functionEvaluation.hh:32
void testTrace(hp2D::Space &spc)
Test the evaluation of hp2D::Trace on the edges.
A 2D hp FEM space with continuous, piecewise polynomial basis functions.
Definition: space.hh:88
void testValueInt(hp2D::Space &spc)
Tests the evaluation of hp2D::Value at the integration points.