dune-localfunctions  2.4.1
Public Types | Static Public Attributes | List of all members
Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF > Struct Template Reference

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>

Inheritance diagram for Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >:
Inheritance graph

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
 

Detailed Description

template<class BasisF, class CoeffF, class InterpolF>
struct Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >

A LocalFiniteElement implementation based on three TopologyFactories providing the LocalBasis, LocalCoefficients, and LocalInterpolations. Note the key type for all three factories must coincide.

Member Typedef Documentation

template<class BasisF, class CoeffF, class InterpolF>
typedef BasisF Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::BasisFactory
template<class BasisF, class CoeffF, class InterpolF>
typedef CoeffF Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::CoefficientFactory
template<class BasisF, class CoeffF, class InterpolF>
typedef InterpolF Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::InterpolationFactory
template<class BasisF, class CoeffF, class InterpolF>
typedef BasisF::Key Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::Key
template<class BasisF, class CoeffF, class InterpolF>
typedef GenericLocalFiniteElement<BasisF, CoeffF, InterpolF> Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::This
template<class BasisF, class CoeffF, class InterpolF>
typedef LocalFiniteElementTraits< typename BasisF::Object, typename CoeffF::Object, typename InterpolF::Object > Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::Traits

Member Data Documentation

template<class BasisF, class CoeffF, class InterpolF>
const unsigned int Dune::GenericLocalFiniteElement< BasisF, CoeffF, InterpolF >::dimDomain = BasisF::dimension
static

The documentation for this struct was generated from the following file: