|
dune-localfunctions
2.2.1
|
First order Brezzi-Douglas-Marini shape functions on triangles. More...
#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini12d.hh>
Public Types | |
| typedef LocalFiniteElementTraits < BDM12DLocalBasis< D, R > , BDM12DLocalCoefficients, BDM12DLocalInterpolation < BDM12DLocalBasis< D, R > > > | Traits |
Public Member Functions | |
| BDM12DLocalFiniteElement () | |
| Standard constructor. More... | |
| BDM12DLocalFiniteElement (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. |
| typedef LocalFiniteElementTraits<BDM12DLocalBasis<D,R>,BDM12DLocalCoefficients, BDM12DLocalInterpolation<BDM12DLocalBasis<D,R> > > Dune::BDM12DLocalFiniteElement< D, R >::Traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 8.
| s | Edge orientation indicator |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.3.1