dune-localfunctions
2.3.0
|
First order Brezzi-Douglas-Marini shape functions on triangles. More...
#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1simplex2d.hh>
Public Types | |
typedef LocalFiniteElementTraits < BDM1Simplex2DLocalBasis< D, R > , BDM1Simplex2DLocalCoefficients, BDM1Simplex2DLocalInterpolation < BDM1Simplex2DLocalBasis< D, R > > > | Traits |
Public Member Functions | |
BDM1Simplex2DLocalFiniteElement () | |
Standard constructor. More... | |
BDM1Simplex2DLocalFiniteElement (int s) | |
Make set number s, where 0 <= s < 8. More... | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
GeometryType | type () const |
First order Brezzi-Douglas-Marini shape functions on triangles.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 8.
s | Edge orientation indicator |
|
inline |
|
inline |
|
inline |
|
inline |