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

#include <dune/localfunctions/whitney/edges0.5.hh>

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

List of all members.

Public Types

typedef EdgeS0_5Basis
< Geometry, RF > 
Basis
 type of the Basis
typedef EdgeS0_5Interpolation
< Geometry, typename
Basis::Traits > 
Interpolation
 type of the Interpolation
typedef EdgeS0_5Coefficients
< Geometry::mydimension > 
Coefficients
 type of the Coefficients

Member Typedef Documentation

template<class Geometry , class RF >
typedef EdgeS0_5Basis<Geometry, RF> Dune::EdgeS0_5FiniteElement< Geometry, RF >::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 >
typedef EdgeS0_5Coefficients<Geometry::mydimension> Dune::EdgeS0_5FiniteElement< Geometry, RF >::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 >
typedef EdgeS0_5Interpolation<Geometry, typename Basis::Traits> Dune::EdgeS0_5FiniteElement< Geometry, RF >::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: