dune-localfunctions  2.8.0
brezzidouglasmarinicube.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_BREZZIDOUGLASMARINICUBE_HH
4 #define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINICUBE_HH
5 
9 
10 
11 namespace Dune
12 {
21  template<class D, class R, unsigned int dim, unsigned int order>
23 
27  template<class D, class R>
29  : public BDM1Cube2DLocalFiniteElement<D, R>
30  {
31  public:
34  {}
35 
43  {}
44  };
45 
49  template<class D, class R>
51  : public BDM2Cube2DLocalFiniteElement<D, R>
52  {
53  public:
56  {}
57 
65  {}
66  };
67 
71  template<class D, class R>
73  : public BDM1Cube3DLocalFiniteElement<D, R>
74  {
75  public:
78  {}
79 
87  {}
88  };
89 
90 } // namespace Dune
91 
92 #endif // #ifndef DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINICUBE_HH
Definition: bdfmcube.hh:16
First order Brezzi-Douglas-Marini shape functions on quadrilaterals.
Definition: brezzidouglasmarini1cube2d.hh:25
First order Brezzi-Douglas-Marini shape functions on hexahedron.
Definition: brezzidouglasmarini1cube3d.hh:25
Second order Brezzi-Douglas-Marini shape functions on quadrilaterals.
Definition: brezzidouglasmarini2cube2d.hh:25
Brezzi-Douglas-Marini local finite element for cubes.
Definition: brezzidouglasmarinicube.hh:22
BrezziDouglasMariniCubeLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinicube.hh:41
BrezziDouglasMariniCubeLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinicube.hh:33
BrezziDouglasMariniCubeLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinicube.hh:55
BrezziDouglasMariniCubeLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinicube.hh:63
BrezziDouglasMariniCubeLocalFiniteElement()
Default constructor.
Definition: brezzidouglasmarinicube.hh:77
BrezziDouglasMariniCubeLocalFiniteElement(int s)
Constructor with a set of edge orientations.
Definition: brezzidouglasmarinicube.hh:85