Class documentation of Concepts

Loading...
Searching...
No Matches
formulaTest.hh
Go to the documentation of this file.
1
8#ifndef testformulahp2D_hh
9#define testformulahp2D_hh
10
11#include "basics/testcase.hh"
12#include "basics/typedefs.hh"
13#include "toolbox/array.hh"
14
15namespace test {
16
17 // ********************************************************* Formula2DTest **
18
23 class Formula2DTest : public TestCase {
24 public:
25 virtual ~Formula2DTest() {}
26 virtual void run();
27
29
30
33 };
34
35} // namespace test
36
37#endif // testformulahp2D_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testInterpGrad2()
Test the gradient by interpolation.