dune-localfunctions
2.2.1
|
A LocalFiniteElement implementation bassed on three TopologyFactories providing the LocalBasis, LocalCoefficients, and LocalInterpolations. Note the key type for all three factories must coincide. More...
#include <dune/localfunctions/utility/localfiniteelement.hh>
Public Types | |
typedef GenericLocalFiniteElement < BasisF, CoeffF, InterpolF > | This |
typedef LocalFiniteElementTraits < typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > | Traits |
typedef BasisF::Key | Key |
typedef BasisF | BasisFactory |
typedef CoeffF | CoefficientFactory |
typedef InterpolF | InterpolationFactory |
Public Member Functions | |
dune_static_assert ((Conversion< Key, typename CoeffF::Key >::sameType),"incompatible keys between BasisCreator and CoefficientsCreator") | |
dune_static_assert ((Conversion< Key, typename InterpolF::Key >::sameType),"incompatible keys between BasisCreator and InterpolationCreator") | |
GenericLocalFiniteElement (unsigned int topologyId, const Key &key) | |
GenericLocalFiniteElement (const GeometryType >, const Key &key) | |
GenericLocalFiniteElement (const GenericLocalFiniteElement &other) | |
~GenericLocalFiniteElement () | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
GeometryType | type () const |
unsigned int | topologyId () const |
Static Public Attributes | |
static const unsigned int | dimDomain = BasisF::dimension |
A LocalFiniteElement implementation bassed on three TopologyFactories providing the LocalBasis, LocalCoefficients, and LocalInterpolations. Note the key type for all three factories must coincide.
typedef BasisF Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::BasisFactory |
typedef CoeffF Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::CoefficientFactory |
typedef InterpolF Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::InterpolationFactory |
typedef BasisF::Key Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::Key |
typedef GenericLocalFiniteElement<BasisF, CoeffF, InterpolF> Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::This |
typedef LocalFiniteElementTraits< typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::Traits |
|
inline |
|
inline |
|
inline |
|
inline |
Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::dune_static_assert | ( | (Conversion< Key, typename CoeffF::Key >::sameType) | , |
"incompatible keys between BasisCreator and CoefficientsCreator" | |||
) |
Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::dune_static_assert | ( | (Conversion< Key, typename InterpolF::Key >::sameType) | , |
"incompatible keys between BasisCreator and InterpolationCreator" | |||
) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |