dune-localfunctions 2.10
|
The local p0 finite element on all types of reference elements. More...
#include <dune/localfunctions/lagrange/p0.hh>
Public Types | |
typedef LocalFiniteElementTraits< P0LocalBasis< D, R, d >, P0LocalCoefficients, P0LocalInterpolation< P0LocalBasis< D, R, d > > > | Traits |
Public Member Functions | |
P0LocalFiniteElement (const GeometryType &type) | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
unsigned int | size () const |
The number of shape functions – here: 1. | |
GeometryType | type () const |
The local p0 finite element on all types of reference elements.
D | Domain data type |
R | Range data type |
d | Dimension of the reference element |
typedef LocalFiniteElementTraits<P0LocalBasis<D,R,d>, P0LocalCoefficients, P0LocalInterpolation<P0LocalBasis<D,R,d> > > Dune::P0LocalFiniteElement< D, R, d >::Traits |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
The number of shape functions – here: 1.
|
inline |