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 
11 namespace concepts {
12  // forward declarations
13  template<typename F, typename G>
14  class ElementFormula;
15 }
16 
17 namespace vectorial {
18  // forward declarations
19  template<class F, class G>
20  class BilinearForm;
21 }
22 
23 namespace 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
Vector valued problems.
Definition: spaceTraits.hh:24
Vector valued bilinear form.
Definition: bf_advection.hh:38
2D hp-FEM for H1-conforming elements.
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
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 >())
Function to setup a bilinear form.
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich