Class documentation of Concepts

Loading...
Searching...
No Matches
matrices.hh
Go to the documentation of this file.
1
6#ifndef testMatrices_hh
7#define testMatrices_hh
8
9#include "basics/testsuite.hh"
10#include "basics/typedefs.hh"
11
12namespace test {
13
14 // ******************************************************** TestMatrices2D **
15
73
74} // namespace test
75
76#endif // testMatrices_hh
void testAdvectionMatrixVector()
void testIdDivMatrix0101()
Tests the matrix related to the IdDiv-bilinear form in (0,1)2
void testStiffnessMatrix010_01()
Tests stiffness matrix in (0,1) x (0, 1/100)
void testMassMatrixVector()
Tests mass matrix in vector space in (0,1)3
void testOnePartialDerivMatrixLaguerre()
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testDivDivMatrix0101()
Tests the matrix related to the DivDiv-bilinear form in (0,1)2
void testStiffnessMatrixLaguerre()
void testStiffnessMatrix0101_withMatrix()
void testMassMatrix()
Tests mass matrix in (0,1)3
void testTwoPartialDerivMatrix0101()
Tests the four matrix of two partial derivatives in (0,1)2
void testStiffnessMatrix()
Tests stiffness matrix in (0,1)3
void testMassMatrixOnEdge()
Test element mass matrix in (0,1)
void testVectorIdentityMatrix0101()
void testVectorLaplaceMatrix0101()
void testOnePartialDerivMatrix0101()
Tests the four matrix of one partial derivatives in (0,1)2