Class documentation of Concepts

Loading...
Searching...
No Matches
testhpAdaptiveSpaceH1onInfMesh.hh
Go to the documentation of this file.
1
7#ifndef infmesh2d_hpAdaptiveSpaceH1Test_hh
8#define infmesh2d_hpAdaptiveSpaceH1Test_hh
9
10#include "basics/testcase.hh"
11
12namespace test {
13
14 // ************************************************** SpaceH1onInfMeshTest **
15
20 public:
21 virtual ~SpaceH1onInfMeshTest() {}
22 virtual void run();
23
25
26
28 };
29
30} // namespace test
31
32#endif // infmesh2d_hpAdaptiveSpaceH1Test_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.