hpAdaptiveSpaceDGTest.hh

Go to the documentation of this file.
1 
6 #ifndef hpAdaptiveSpaceDGTest_hh
7 #define hpAdaptiveSpaceDGTest_hh
8 
9 #include "basics/testcase.hh"
10 #include "basics/typedefs.hh"
11 
12 using concepts::Real;
13 
14 namespace test {
15 
16  // **************************************************** SpaceH1Test **
17 
22  public:
24  virtual void run();
25 
27 
28 
30  void mesh();
32  };
33 
34 } // namespace test
35 
36 #endif
Base class for tests.
Definition: testcase.hh:92
void mesh()
Test the mesh.
Unit tests.
Definition: testcase.hh:66
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Tests the space hpAdaptiveSpaceDG.
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich