matrices.hh

Go to the documentation of this file.
1 
8 #ifndef testMatrices_hp1D_hh
9 #define testMatrices_hp1D_hh
10 
11 #include "basics/testsuite.hh"
12 #include "basics/typedefs.hh"
13 
14 namespace test {
15 
16  // ******************************************************** TestMatrices1D **
17 
22  class TestMatrices1D : public TestCase {
23  public:
24  virtual ~TestMatrices1D();
25  virtual void run();
26 
28 
29  void testMassMatrix();
34  };
35 
36 } // namespace test
37 
38 #endif // testMatrices_hp1D_hh
Base class for tests.
Definition: testcase.hh:92
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testMassMatrix()
Tests mass matrix in (0,1)
virtual ~TestMatrices1D()
Unit tests.
Definition: testcase.hh:66
Mass and stiffness matrices.
Definition: matrices.hh:22
void testStiffnessMatrix()
Tests stiffness matrix in (0,1)
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich