|
dune-localfunctions
2.2.0
|
First order Brezzi-Douglas-Marini shape functions on quadrilaterals. More...
#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini1q2d.hh>
Public Types | |
| typedef LocalFiniteElementTraits < BDM1Q2DLocalBasis< D, R > , BDM1Q2DLocalCoefficients, BDM1Q2DLocalInterpolation < BDM1Q2DLocalBasis< D, R > > > | Traits |
Public Member Functions | |
| BDM1Q2DLocalFiniteElement () | |
| Standard constructor. | |
| BDM1Q2DLocalFiniteElement (int s) | |
| Make set number s, where 0 <= s < 16. | |
| 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 quadrilaterals.
| D | Type to represent the field in the domain. |
| R | Type to represent the field in the range. |
| typedef LocalFiniteElementTraits<BDM1Q2DLocalBasis<D,R>,BDM1Q2DLocalCoefficients, BDM1Q2DLocalInterpolation<BDM1Q2DLocalBasis<D,R> > > Dune::BDM1Q2DLocalFiniteElement< D, R >::Traits |
| Dune::BDM1Q2DLocalFiniteElement< D, R >::BDM1Q2DLocalFiniteElement | ( | ) | [inline] |
Standard constructor.
| Dune::BDM1Q2DLocalFiniteElement< D, R >::BDM1Q2DLocalFiniteElement | ( | int | s | ) | [inline] |
Make set number s, where 0 <= s < 16.
| s | Edge orientation indicator |
| const Traits::LocalBasisType& Dune::BDM1Q2DLocalFiniteElement< D, R >::localBasis | ( | ) | const [inline] |
| const Traits::LocalCoefficientsType& Dune::BDM1Q2DLocalFiniteElement< D, R >::localCoefficients | ( | ) | const [inline] |
| const Traits::LocalInterpolationType& Dune::BDM1Q2DLocalFiniteElement< D, R >::localInterpolation | ( | ) | const [inline] |
| GeometryType Dune::BDM1Q2DLocalFiniteElement< D, R >::type | ( | ) | const [inline] |
1.7.6.1