Class documentation of Concepts

Loading...
Searching...
No Matches
functionEvaluation.hh
Go to the documentation of this file.
1
9#ifndef testname_hh
10#define testname_hh
11
12#include "basics/testcase.hh"
13#include "basics/typedefs.hh"
15
16using concepts::Real;
17
18namespace hp2D {
19 class Space;
20}
21
22namespace test {
23
24 // **************************************************** FunctionEvaluation **
25
31 public:
32 virtual ~FunctionEvaluation() {}
33 virtual void run();
34
36
37
53 private:
55 Real shapeFct_(const uint i[2], const concepts::Real2d& p) const;
56 };
57
58} // namespace test
59
60#endif // hp2DFunctionEvalutation_hh
void testValueInt(hp2D::Space &spc)
Tests the evaluation of hp2D::Value at the integration points.
void testValueComb(hp2D::Space &spc)
void testTrace(hp2D::Space &spc)
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testValue(hp2D::Space &spc)
double Real
Definition typedefs.hh:39