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 TestMatrices2D : public TestCase {
22  public:
23  virtual ~TestMatrices2D();
24  virtual void run();
25 
27 
28  void testMassMatrix0101();
83  };
84 
85 } // namespace test
86 
87 #endif // testMatrices_hh
Base class for tests.
Definition: testcase.hh:92
void testOnePartialDerivMatrix0101()
Tests the four matrix of one partial derivatives in (0,1)2
void testAdvectionMatrixLaguerre()
Test element stifness matrix with Laguerre basis in .
void testStiffnessMatrixLaguerre()
Test element stifness matrix with Laguerre basis in .
Unit tests.
Definition: testcase.hh:66
void testElementMatrixIdentity()
Tests the element matrix related to hp2D::Identity for two spaces of different polynomial degree.
void testIdDivMatrix0101_difp()
Tests the matrix related to the IdDiv-bilinear form in (0,1)2
void testVectorIdentityMatrix0101()
Tests the matrix related to the vectorial Identity-bilinear form in (0,1)2.
void testMassMatrix0101()
Tests mass matrix in (0,1)2
Mass and stiffness matrices.
Definition: matrices.hh:21
void testDivDivMatrix0101()
Tests the matrix related to the DivDiv-bilinear form in (0,1)2 with different polynomial degree.
void testStiffnessMatrix0101()
Tests stiffness matrix in (0,1)2
void testElementMatrixLaplace()
Tests the element matrix related to hp2D::Laplace for two spaces of different polynomial degree.
void testMassMatrixLaguerre()
Test element mass matrix with Laguerre basis in .
void testStiffnessMatrix010_01()
Tests stiffness matrix in (0,1) x (0, 1/100)
void testDivDivMatrix0101_difp()
Tests the matrix related to the DivDiv-bilinear form in (0,1)2 for two spaces of different polynomial...
virtual ~TestMatrices2D()
void testTwoPartialDerivMatrix0101()
Tests the four matrix of two partial derivatives in (0,1)2
void testOnePartialDerivMatrixLaguerre()
Test partial derivative bilinear form with Laguerre basis in .
void testVectorLaplaceMatrix0101()
Tests the matrix related to the vectorial Laplace-bilinear form in (0,1)2.
void testIdDivMatrix0101()
Tests the matrix related to the IdDiv-bilinear form in (0,1)2
void testElementMatrixAdvection()
Tests the element matrix related to hp2D::Advection for two spaces of different polynomial degree.
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testMassMatrix010_01()
Tests mass matrix in (0,1) x (0, 1/100)
void testMassMatrixOnEdge()
Test element mass matrix in (0,1)
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