Class documentation of Concepts

Loading...
Searching...
No Matches
linearFormHelper.hh
Go to the documentation of this file.
1
6#ifndef hp2dlinearformhelper_hh
7#define hp2dlinearformhelper_hh
8
10
11namespace concepts {
12
13 // forward declarations
14 class SharedJacobianDet;
15
16 template<class F>
17 class Array;
18
19 template<class F, uint dim>
20 class Point;
21}
22
23namespace hp2D {
24
25 // forward declarations
26 template<class F>
27 class BaseQuad;
28
29 template<class F>
30 class ArrayElementFormula;
31
32 using concepts::Real;
33
34 // *************************************************** LinearFormHelper_0 **
35
50 template<class F>
81
82 // **************************************************** LinearFormHelper_1 **
83
116 template<class F>
141
142 // **************************************************** LinearFormHelper_2 **
143
165 template<class F>
187
188 // **************************************************** LinearFormHelper_t **
189
200 template<class F>
222
223
224} // namespace hp2D
225
226#endif // hp2dlinearformhelper_hh
concepts::RCP< concepts::SharedJacobianDet > data() const
Gets the pointer to the shared data.
void data(const concepts::RCP< concepts::SharedJacobianDet > d)
Set the pointer to the shared data.
void computeIntermediate_(const BaseQuad< concepts::Real > &elm) const
concepts::Array< F > intermediateValue_
concepts::ElementFormulaContainer< F > frm_
ElementFormula.
concepts::RCP< concepts::SharedJacobianDet > sharedData_
Shared data for vectorial bilinear forms.
ArrayElementFormula< concepts::Point< F, 2 > > intermediateVector_
concepts::ElementFormulaContainer< concepts::Point< F, 2 > > frm_
ElementFormula.
void computeIntermediate_(const BaseQuad< concepts::Real > &elm) const
concepts::ElementFormulaContainer< F > frm_
ElementFormula.
void computeIntermediate_(const BaseQuad< concepts::Real > &elm) const
ArrayElementFormula< F > intermediateValue_
void computeIntermediate_(const BaseQuad< concepts::Real > &elm) const
concepts::Array< F > intermediateValue_
concepts::ElementFormulaContainer< F > frm_
ElementFormula.
double Real
Definition typedefs.hh:39