Class documentation of Concepts

Loading...
Searching...
No Matches
functionEvaluation3d.hh
Go to the documentation of this file.
1
6#ifndef functionEvauation3d_hh_
7#define functionEvauation3d_hh_
8
9#include "basics/testcase.hh"
10#include "hp3D/space.hh"
11
12namespace test {
13
20
21 public:
24
27
29 virtual void run();
30
32
38
43
50
55 void testGradInt(hp3D::Space& spc, int levelOfRef = 1);
56
57 private:
58
60 concepts::Real shapeFct_(const uint i[3], const concepts::Real3d& p) const;
61
64 concepts::Real3d shapeFct2d_(const uint i[3],
65 const concepts::Real3d& p) const;
66
69 concepts::Real3d shapeFctDerivative_(const uint i[3],
70 const concepts::Real3d& p) const;
71
73 concepts::Real3d shapeFctGradient_(const uint i[3],
74 const concepts::Real3d& p) const;
75 };
76
77} /* namespace test */
78
79#endif //functionEvauation3d_hh_
void testGradInt(hp3D::Space &spc, int levelOfRef=1)
FunctionEvaluation3d()
Default Constructor.
virtual void run()
Runs the test routines.
void testValueInt(hp3D::Space &spc)
virtual ~FunctionEvaluation3d()
Destructor.
void testValue(hp3D::Space &spc)
void testGrad(hp3D::Space &spc)
double Real
Definition typedefs.hh:39