Class documentation of Concepts

Loading...
Searching...
No Matches
testJacobian.hh
Go to the documentation of this file.
1
8#ifndef testJacobian2D_hh
9#define testJacobian2D_hh
10
11#include "basics/testcase.hh"
12#include "basics/typedefs.hh"
13
14namespace concepts {
15 class Quad2d;
16 class Quad2dSubdivision;
17}
18
19namespace test {
20 using concepts::Real;
21
22 // ******************************************************** TestJacobian2D **
23
31 class TestJacobian2D : public TestCase {
32 public:
33 virtual ~TestJacobian2D();
34 virtual void run();
35
37
38
65
93
121
150 private:
168 void recTest_(concepts::Quad2d* q, Real guess, Real div,
169 Real guess00, Real div00,
170 Real guess01, Real div01,
171 Real guess10, Real div10,
172 Real guess11, Real div11,
173 uint rec, const concepts::Quad2dSubdivision* ref = 0);
174 };
175
176} // namespace test
177
178#endif // testJacobian_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
double Real
Definition typedefs.hh:39