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 
12 namespace test {
13 
14  // ******************************************************** TestMatrices2D **
15 
21  class TestMatrices3D : public TestCase {
22  public:
23  virtual ~TestMatrices3D();
24  virtual void run();
25 
27 
28  void testMassMatrix();
72  };
73 
74 } // namespace test
75 
76 #endif // testMatrices_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)
Base class for tests.
Definition: testcase.hh:92
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 testAdvectionMatrix()
Test advection matrix in (0,1)3
void testStiffnessMatrix()
Tests stiffness matrix in (0,1)3
Unit tests.
Definition: testcase.hh:66
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 testMassMatrix()
Tests mass matrix in (0,1)3
Mass and stiffness matrices.
Definition: matrices.hh:21
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.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich