Class documentation of Concepts

Loading...
Searching...
No Matches
bf_linStrainStrain.hh
Go to the documentation of this file.
1
6#ifndef hp2dbf_linStrainStrain_hh
7#define hp2dbf_linStrainStrain_hh
8
9#include "basics/typedefs.hh"
10
11namespace concepts {
12 // forward declarations
13 template<typename F, typename G>
14 class ElementFormula;
15}
16
17namespace vectorial {
18 // forward declarations
19 template<class F, class G>
20 class BilinearForm;
21}
22
23namespace hp2D {
24
25 using concepts::Real;
26
27
28 // ************************************************** setupLinStrainStrain **
29
32 template<class F>
33 void setupLinStrainStrain
37
38} // namespace hp2D
39
40#endif // hp2dbf_linStrainStrain_hh
double Real
Definition typedefs.hh:39