elementPairTest.hh

Go to the documentation of this file.
1 
7 #ifndef elementPairTest_hh
8 #define elementPairTest_hh
9 
10 #include "basics/testcase.hh"
11 
12 namespace linDG2D {
13  class ElementPair;
14 }
15 
16 namespace test {
17 
21  class DGElementPair2dTest : public TestCase {
22  public:
23  virtual ~DGElementPair2dTest() {}
24  virtual void run();
25 
27 
30  };
31 
32 } // namespace test
33 
34 #endif // elementPairTest_hh
Base class for tests.
Definition: testcase.hh:92
virtual void run()
Runs the tests. Must be overwritten by the specialization.
DG FEM for 2D problems using piecewise linear shape functions.
Definition: bilinearForm.hh:15
Unit tests.
Definition: testcase.hh:66
Element pair for DG FEM in 2D.
Definition: elementPair.hh:27
Testing linDG2D::ElementPair.
void testShapeFct(linDG2D::ElementPair **ep)
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich