dune-localfunctions
2.4.1
|
A LocalFiniteElement implementation based 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 |
Static Public Attributes | |
static const unsigned int | dimDomain = BasisF::dimension |
A LocalFiniteElement implementation based 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 |
|
static |