|
dune-localfunctions 2.10
|
A class providing orthonormal basis functions. More...
#include <dune/localfunctions/orthonormal.hh>

Public Types | |
| typedef LocalFiniteElementTraits< typename OrthonormalBasisFactory< dimDomain, SF, CF >::Object, typename DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >::Object, typename LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >, true >::Object > | Traits |
| typedef GenericLocalFiniteElement< OrthonormalBasisFactory< dimDomain, R, R >, DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, R, R > >, LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, R, R >, true > > | This |
| typedef OrthonormalBasisFactory< dimDomain, R, R >::Key | Key |
| typedef OrthonormalBasisFactory< dimDomain, R, R > | BasisFactory |
| typedef DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, R, R > > | CoefficientFactory |
| typedef LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, R, R >, true > | InterpolationFactory |
Public Member Functions | |
| OrthonormalLocalFiniteElement (const GeometryType >, unsigned int order) | |
| 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. | |
| GeometryType | type () const |
Static Public Attributes | |
| static const unsigned int | dimDomain |
A class providing orthonormal basis functions.
These basis functions are constructed by l2 orthonormalizing of monomials over a reference element. Thus the span is always Pk. The coefficients and the interpolation are given by the Dune::DGLocalCoefficientsFactory and the Dune::LocalL2InterpolationFactory.
| dimDomain | dimension of reference elements |
| D | domain for basis functions |
| R | range for basis functions |
| SF | storage field for basis matrix |
| CF | compute field for basis matrix |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| typedef LocalFiniteElementTraits< typename OrthonormalBasisFactory< dimDomain, SF, CF >::Object, typename DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >::Object, typename LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >, true >::Object > Dune::GenericLocalFiniteElement< OrthonormalBasisFactory< dimDomain, SF, CF >, DGLocalCoefficientsFactory< OrthonormalBasisFactory< dimDomain, SF, CF > >, LocalL2InterpolationFactory< OrthonormalBasisFactory< dimDomain, SF, CF >, true > >::Traits |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Number of shape functions in this finite element.
|
inlineinherited |
|
staticinherited |