Class documentation of Concepts

Loading...
Searching...
No Matches
spaceH1Test.hh
Go to the documentation of this file.
1
6#ifndef spaceH1Test_hh
7#define spaceH1Test_hh
8
9#include "basics/testcase.hh"
10#include "basics/typedefs.hh"
11
12using concepts::Real;
13
14namespace test {
15
16 // **************************************************** SpaceH1Test **
17
21 class SpaceH1Test : public TestCase {
22 public:
23 virtual ~SpaceH1Test() {}
24 virtual void run();
25
27
28
30 void dirichlet();
32 };
33
34} // namespace test
35
36#endif
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void dirichlet()
Test for dirichlet boundary.
double Real
Definition typedefs.hh:39