dune-localfunctions  2.1.1
Public Types
Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits Struct Reference

#include <dune/localfunctions/common/localtoglobaladaptors.hh>

Inheritance diagram for Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits:
Inheritance graph

List of all members.

Public Types

typedef
ScalarLocalToGlobalBasisAdaptor
< typename
LocalFiniteElement::Traits::LocalBasisType,
Geometry > 
Basis
 type of the Basis
typedef
LocalToGlobalInterpolationAdaptor
< typename
LocalFiniteElement::Traits::LocalInterpolationType,
typename Basis::Traits
Interpolation
 type of the Interpolation
typedef
LocalFiniteElement::Traits::LocalCoefficientsType 
Coefficients
 type of the Coefficients

template<class LocalFiniteElement, class Geometry>
struct Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits


Member Typedef Documentation

template<class LocalFiniteElement , class Geometry >
typedef ScalarLocalToGlobalBasisAdaptor<typename LocalFiniteElement:: Traits::LocalBasisType, Geometry> Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits::Basis

type of the Basis

Should be an implementation of BasisIterface

Note:
May be an inline class instead of a typedef.

Reimplemented from Dune::FiniteElementInterface::Traits.

template<class LocalFiniteElement , class Geometry >
typedef LocalFiniteElement::Traits::LocalCoefficientsType Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits::Coefficients

type of the Coefficients

Should be an implementation of CoefficientsIterface

Note:
May be an inline class instead of a typedef.

Reimplemented from Dune::FiniteElementInterface::Traits.

template<class LocalFiniteElement , class Geometry >
typedef LocalToGlobalInterpolationAdaptor<typename LocalFiniteElement:: Traits::LocalInterpolationType, typename Basis::Traits> Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits::Interpolation

type of the Interpolation

Should be an implementation of InterpolationIterface

Note:
May be an inline class instead of a typedef.

Reimplemented from Dune::FiniteElementInterface::Traits.


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