Class documentation of Concepts

Loading...
Searching...
No Matches
linearFormHelper.hh
Go to the documentation of this file.
1
6#ifndef hp3dlinearformhelper_hh
7#define hp3dlinearformhelper_hh
8
11
12namespace concepts {
13
14 // forward declarations
15 class SharedJacobianDet;
16
17 template<class F>
18 class Array;
19
20 template<class F, uint dim>
21 class Point;
22}
23
24namespace hp3D {
25
26 // forward declarations
27 class Hexahedron;
28
29
30 // **************************************************** LinearFormHelper_1 **
31
64 template<class F>
90
91} // namespace hp3D
92
93#endif // hp3dlinearformhelper_hh
ArrayElementFormula< concepts::Point< F, 3 > > intermediateVector_
concepts::ElementFormulaContainer< concepts::Point< F, 3 > > frm_
ElementFormula.
void computeIntermediate_(const Hexahedron &elm) const
Definition meshDX.hh:23