Class documentation of Concepts

Loading...
Searching...
No Matches
testFrmfElmFrm.hh
1
8#ifndef frmfelmfrmtest_hh
9#define frmfelmfrmtest_hh
10
11#include "basics/testcase.hh"
12
13
14namespace test {
15
16 // ********************************************************** FrmfElmFrm Test
17
22 class FrmfElmFrmTest : public TestCase {
23 public:
24 virtual ~FrmfElmFrmTest() {}
25 virtual void run();
26
28
29 void testIdenticalSpace_onSquares();
30 void testNonKonvexCells_CircleWHole(concepts::Real2d x0);
31 void testProjectionPeriodicCase();
32
33 void testRefinement2D();
34
35
37 };
38
39} // namespace test
40
41#endif // frmfelmfrmtest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.