Dune Core Modules (2.7.0)

brezzidouglasmarinicube.hh
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 
6 #include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube2d.hh>
7 #include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1cube3d.hh>
8 #include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini2cube2d.hh>
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
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
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
Brezzi-Douglas-Marini local finite element for cubes.
Definition: brezzidouglasmarinicube.hh:22
Dune namespace.
Definition: alignedallocator.hh:14
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)