Class documentation of Concepts

Loading...
Searching...
No Matches
bf_divdiv.hh
Go to the documentation of this file.
1
6#ifndef hp2dbf_divdiv_hh
7#define hp2dbf_divdiv_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 // *********************************************************** setupDivDiv **
29
34 template<class F>
39
40} // namespace hp2D
41
42#endif // hp2dbf_divdiv_hh
double Real
Definition typedefs.hh:39
void setupDivDiv(vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< F, typename concepts::Realtype< F >::type > frm=concepts::ElementFormulaContainer< F, typename concepts::Realtype< F >::type >())