Class documentation of Concepts

Loading...
Searching...
No Matches
recompShpFct.hh
Go to the documentation of this file.
1
6#ifndef hprecompShpFct2Dedge_hh
7#define hprecompShpFct2Dedge_hh
8
10#include "hp2D/quad.hh"
11#include "quad.hh"
12
13namespace hp2Dedge {
14
15 // ***************************************************** RecomputeShapefct **
16
18 public:
20 enum concepts::intRule rule,
21 bool constant, uint points) :
22 hp2D::RecomputeShapefct(spc, rule ,constant, points) {}
23 void compute();
24 };
25
26} // namespace hp2Dedge
27
28#endif // hprecompShpFct2Dedge_hh
intRule
Types of integration rules to choose from.
Definition defines.hh:13