dune-localfunctions  2.8.0
brezzidouglasmarinisimplex.hh
Go to the documentation of this file.
1 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 // vi: set et ts=4 sw=2 sts=2:
3 #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINISIMPLEX_HH
4 #define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINISIMPLEX_HH
5 
8 
9 
10 namespace Dune
11 {
20  template<class D, class R, unsigned int dim, unsigned int order>
22 
26  template<class D, class R>
28  : public BDM1Simplex2DLocalFiniteElement<D, R>
29  {
30  public:
33  {}
34 
42  {}
43  };
44 
48  template<class D, class R>
50  : public BDM2Simplex2DLocalFiniteElement<D, R>
51  {
52  public:
55  {}
56 
64  {}
65  };
66 
67 } // namespace Dune
68 
69 #endif // #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINISIMPLEX_HH
Definition: bdfmcube.hh:16
First order Brezzi-Douglas-Marini shape functions on triangles.
Definition: brezzidouglasmarini1simplex2d.hh:26
Second order Brezzi-Douglas-Marini shape functions on triangles.
Definition: brezzidouglasmarini2simplex2d.hh:25
Brezzi-Douglas-Marini local finite element for simplices.
Definition: brezzidouglasmarinisimplex.hh:21
BrezziDouglasMariniSimplexLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinisimplex.hh:40
BrezziDouglasMariniSimplexLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinisimplex.hh:32
BrezziDouglasMariniSimplexLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinisimplex.hh:62
BrezziDouglasMariniSimplexLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinisimplex.hh:54