dune-localfunctions
2.3.1
|
Zero order Raviart-Thomas shape functions on triangles. More...
#include <dune/localfunctions/raviartthomas/raviartthomas02d.hh>
Public Types | |
typedef LocalFiniteElementTraits < RT02DLocalBasis< D, R > , RT02DLocalCoefficients, RT02DLocalInterpolation < RT02DLocalBasis< D, R > > > | Traits |
Public Member Functions | |
RT02DLocalFiniteElement () | |
Standard constructor. More... | |
RT02DLocalFiniteElement (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 |
Zero order Raviart-Thomas shape functions on triangles.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
typedef LocalFiniteElementTraits<RT02DLocalBasis<D,R>,RT02DLocalCoefficients, RT02DLocalInterpolation<RT02DLocalBasis<D,R> > > Dune::RT02DLocalFiniteElement< D, R >::Traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 8.
s | Edge orientation indicator |
|
inline |
|
inline |
|
inline |
|
inline |