matrices.hh
void testAdvectionMatrixVector()
Test advection matrix in vector space in (0,1)3
void testStiffnessMatrix010_01()
Tests stiffness matrix in (0,1) x (0, 1/100)
void testMassMatrixLaguerre()
Test element mass matrix with Laguerre basis in .
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testIdDivMatrix0101()
Tests the matrix related to the IdDiv-bilinear form in (0,1)2
void testMassMatrixVector()
Tests mass matrix in vector space in (0,1)3
void testVectorIdentityMatrix0101()
Tests the matrix related to the vectorial Identity-bilinear form in (0,1)2.
virtual ~TestMatrices3D()
void testDivDivMatrix0101()
Tests the matrix related to the DivDiv-bilinear form in (0,1)2
void testOnePartialDerivMatrix0101()
Tests the four matrix of one partial derivatives in (0,1)2
void testMassMatrixOnEdge()
Test element mass matrix in (0,1)
void testStiffnessMatrixLaguerre()
Test element stifness matrix with Laguerre basis in .
void testOnePartialDerivMatrixLaguerre()
Test partial derivative bilinear form with Laguerre basis in .
void testTwoPartialDerivMatrix0101()
Tests the four matrix of two partial derivatives in (0,1)2
void testVectorLaplaceMatrix0101()
Tests the matrix related to the vectorial Laplace-bilinear form in (0,1)2.
void testStiffnessMatrix0101_withMatrix()
Tests stiffness matrix in (0,1)2 with a matrix inbetween the gradients.