dune-localfunctions 2.10
|
First order Raviart-Thomas shape functions on pyramids. More...
#include <dune/localfunctions/raviartthomas/raviartthomas0pyramid.hh>
Public Types | |
typedef LocalFiniteElementTraits< RT0PyramidLocalBasis< D, R >, RT0PyramidLocalCoefficients, RT0PyramidLocalInterpolation< RT0PyramidLocalBasis< D, R > > > | Traits |
Public Member Functions | |
RT0PyramidLocalFiniteElement () | |
Standard constructor. | |
RT0PyramidLocalFiniteElement (int s) | |
Make set number s, where 0 <= s < 32. | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
unsigned int | size () const |
Number of shape functions in this finite element. | |
Static Public Member Functions | |
static constexpr GeometryType | type () |
First order Raviart-Thomas shape functions on pyramids.
D | Type to represent the field in the domain. |
R | Type to represent the field in the range. |
typedef LocalFiniteElementTraits< RT0PyramidLocalBasis<D,R>, RT0PyramidLocalCoefficients, RT0PyramidLocalInterpolation<RT0PyramidLocalBasis<D,R> > > Dune::RT0PyramidLocalFiniteElement< D, R >::Traits |
|
inline |
Standard constructor.
|
inline |
Make set number s, where 0 <= s < 32.
s | Face orientation indicator |
|
inline |
|
inline |
|
inline |
|
inline |
Number of shape functions in this finite element.
|
inlinestaticconstexpr |