dune-localfunctions
2.2.1
|
Second order Raviart-Thomas shape functions on cubes. More...
#include <dune/localfunctions/raviartthomas/raviartthomas2q2d.hh>
Public Types | |
typedef LocalFiniteElementTraits < RT2Q2DLocalBasis< D, R > , RT2Q2DLocalCoefficients, RT2Q2DLocalInterpolation < RT2Q2DLocalBasis< D, R > > > | Traits |
Public Member Functions | |
RT2Q2DLocalFiniteElement () | |
Standard constructor. More... | |
RT2Q2DLocalFiniteElement (int s) | |
Make set number s, where 0 <= s < 16. More... | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
GeometryType | type () const |
Second order Raviart-Thomas shape functions on cubes.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
typedef LocalFiniteElementTraits<RT2Q2DLocalBasis<D,R>,RT2Q2DLocalCoefficients, RT2Q2DLocalInterpolation<RT2Q2DLocalBasis<D,R> > > Dune::RT2Q2DLocalFiniteElement< D, R >::Traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 16.
s | Edge orientation indicator |
|
inline |
|
inline |
|
inline |
|
inline |