Class documentation of Concepts

Loading...
Searching...
No Matches
shapeFunction2d.hh
Go to the documentation of this file.
1
8#ifndef shapeFunction_hp2Dedge_hh
9#define shapeFunction_hp2Dedge_hh
10
11#include <vector>
13
14namespace hp2Dedge {
15
16 // forward declarations
17 template<class F>
18 class Quad;
19
20 // *************************************************** makeShapeFunction2D **
21
22 template<class F>
23 std::vector<hp2D::ShapeFunction2D<F>>
24 makeShapeFunction2D(const Quad<F>& quad);
25
26} // namespace hp2Dedge
27
28#endif // shapeFunction_hp2Dedge_hh