bilinearFormTest.hh
void testRotRotp0()
Tests the integral values of the rot-rot bilinearform for lowest order shape functions.
virtual ~BilinearFormTest()
Definition: bilinearFormTest.hh:34
Abstract function class to evaluate a bilinear form.
Definition: bilinearForm.hh:33
void testRotRotCylp0()
Tests the integral values of the rot-rot bilinearform for lowest order shape functions and measure yd...
void testRotRotCylp1()
Tests the integral values of the rot-rot bilinearform for shape functions with p = 1 and measure ydxd...
void testBilinearForm_(concepts::BilinearForm< F, Real > &bform, G &desiredMatrix)
Creates matrix and compare it with desired matrix.
void testRotRotp1()
Tests the integral values of the rot-rot bilinearform for shape functions with p = 1.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void setSpace_(concepts::Mesh2 &msh, uint l=0, uint p=1)
Builds the space.