Dune Core Modules (2.7.1)

brezzidouglasmarinisimplex.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_BREZZIDOUGLASMARINISIMPLEX_HH
4 #define DUNE_LOCALFUNCTIONS_BREZZIDOUGLASMARINI_BREZZIDOUGLASMARINISIMPLEX_HH
5 
6 #include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1simplex2d.hh>
7 #include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini2simplex2d.hh>
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
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
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
Brezzi-Douglas-Marini local finite element for simplices.
Definition: brezzidouglasmarinisimplex.hh:21
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)