dune-localfunctions  2.2.0
Public Types
Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits Struct Reference

#include <dune/localfunctions/lagrange/pk2d.hh>

Inheritance diagram for Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits:
Dune::FiniteElementInterface::Traits

List of all members.

Public Types

typedef
ScalarLocalToGlobalBasisAdaptor
< LocalBasis, Geometry > 
Basis
 type of the Basis
typedef
LocalToGlobalInterpolationAdaptor
< LocalInterpolation, typename
Basis::Traits
Interpolation
 type of the Interpolation
typedef Pk2DLocalCoefficients< k > Coefficients
 type of the Coefficients

template<class Geometry, class RF, std::size_t k>
struct Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits


Member Typedef Documentation

template<class Geometry , class RF , std::size_t k>
typedef ScalarLocalToGlobalBasisAdaptor<LocalBasis, Geometry> Dune::Pk2DFiniteElement< Geometry, RF, k >::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 Geometry , class RF , std::size_t k>
typedef Pk2DLocalCoefficients<k> Dune::Pk2DFiniteElement< Geometry, RF, k >::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 Geometry , class RF , std::size_t k>
typedef LocalToGlobalInterpolationAdaptor< LocalInterpolation, typename Basis::Traits > Dune::Pk2DFiniteElement< Geometry, RF, k >::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: