dune-localfunctions
2.3beta2
|
First order Raviart-Thomas shape functions on quadrilaterals. More...
#include <dune/localfunctions/raviartthomas/raviartthomas1cube2d.hh>
Public Types | |
typedef LocalFiniteElementTraits < RT1Cube2DLocalBasis< D, R > , RT1Cube2DLocalCoefficients, RT1Cube2DLocalInterpolation < RT1Cube2DLocalBasis< D, R > > > | Traits |
Public Member Functions | |
RT1Cube2DLocalFiniteElement () | |
Standard constructor. | |
RT1Cube2DLocalFiniteElement (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 Raviart-Thomas shape functions on quadrilaterals.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
typedef LocalFiniteElementTraits< RT1Cube2DLocalBasis<D,R>, RT1Cube2DLocalCoefficients, RT1Cube2DLocalInterpolation<RT1Cube2DLocalBasis<D,R> > > Dune::RT1Cube2DLocalFiniteElement< D, R >::Traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 16.
s | Edge orientation indicator |
|
inline |
|
inline |
|
inline |
|
inline |