Class documentation of Concepts

Loading...
Searching...
No Matches
bf_iddiv.hh
Go to the documentation of this file.
1
6#ifndef hp2dbf_iddiv_hh
7#define hp2dbf_iddiv_hh
8
9#include "basics/typedefs.hh"
10
11namespace concepts {
12
13 // forward declarations
14 template<class F>
15 class RCP;
16
17 template<class F, class G>
18 class ElementFormula;
19
20} // namespace concepts;
21
22namespace vectorial {
23 // forward declarations
24 template<class F, class G>
25 class BilinearForm;
26}
27
28namespace hp2D {
29
30 // ********************************************************** setupIdentity **
31
38 template<class F>
43
44} // namespace hp2D
45
46#endif // hp2dbf_iddiv_hh
void setupIdDiv(vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >())