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 
11 namespace 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 
22 namespace vectorial {
23  // forward declarations
24  template<class F, class G>
25  class BilinearForm;
26 }
27 
28 namespace hp2D {
29 
30  // ********************************************************** setupIdentity **
31 
38  template<class F>
43 
44 } // namespace hp2D
45 
46 #endif // hp2dbf_iddiv_hh
Vector valued problems.
Definition: spaceTraits.hh:24
Vector valued bilinear form.
Definition: bf_advection.hh:38
2D hp-FEM for H1-conforming elements.
Abstract function class to evaluate a bilinear form.
Definition: bilinearForm.hh:33
Interface for a formula defined element by element.
void setupIdDiv(vectorial::BilinearForm< F, typename concepts::Realtype< F >::type > &bf, const concepts::ElementFormulaContainer< F > frm=concepts::ElementFormulaContainer< F >())
Function to setup a bilinear form related to the vector Identity, namely.
Reference-counting pointer.
Definition: bf_iddiv.hh:15
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich