spaceTest.hh

Go to the documentation of this file.
1 
7 #ifndef spaceTest_hh
8 #define spaceTest_hh
9 
10 #include "basics/testcase.hh"
11 #include "linDG2D/space.hh"
12 
13 // forward declarations
14 namespace concepts {
15  class Mesh2;
16 }
17 
18 namespace test {
19 
23  class DGSpace2dP1Test : public TestCase {
24  public:
25  virtual ~DGSpace2dP1Test() {}
26  virtual void run();
27 
29 
31  concepts::Mesh2& mesh);
33  };
34 
35 } // namespace test
36 
37 #endif // spaceTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Base class for tests.
Definition: testcase.hh:92
Unit tests.
Definition: testcase.hh:66
void testVertices(const linDG2D::SpaceP1 &s, concepts::Mesh2 &mesh)
Space for linear DG FEM in 2D on triangles.
Definition: space.hh:83
An abstract class for 2D meshes.
Definition: mesh.hh:103
Testing linDG2D::SpaceP1.
Definition: spaceTest.hh:23
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
virtual ~DGSpace2dP1Test()
Definition: spaceTest.hh:25
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich