Class documentation of Concepts

Loading...
Searching...
No Matches
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
14namespace test {
15
16 // ******************************************************** TestMatrices1D **
17
22 class TestMatrices1D : public TestCase {
23 public:
24 virtual ~TestMatrices1D();
25 virtual void run();
26
28
29
34 };
35
36} // namespace test
37
38#endif // testMatrices_hp1D_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testMassMatrix()
Tests mass matrix in (0,1)
void testStiffnessMatrix()
Tests stiffness matrix in (0,1)