dune-localfunctions  2.2.1
Public Types | List of all members
Dune::FiniteElementInterface::Traits Struct Reference

types of component objects More...

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

Inheritance diagram for Dune::FiniteElementInterface::Traits:
Dune::EdgeS0_5FiniteElement< Geometry, RF >::Traits Dune::Pk1DFiniteElement< Geometry, RF, k >::Traits Dune::Pk2DFiniteElement< Geometry, RF, k >::Traits Dune::ScalarLocalToGlobalFiniteElementAdaptor< LocalFiniteElement, Geometry >::Traits

Public Types

typedef ImplementationDefined Basis
 type of the Basis More...
 
typedef ImplementationDefined Coefficients
 type of the Coefficients More...
 
typedef ImplementationDefined Interpolation
 type of the Interpolation More...
 

Detailed Description

types of component objects

Note
This may be a typedef instead of a member class.

Member Typedef Documentation

typedef ImplementationDefined Dune::FiniteElementInterface::Traits::Basis

type of the Basis

Should be an implementation of BasisIterface

Note
May be an inline class instead of a typedef.

type of the Coefficients

Should be an implementation of CoefficientsIterface

Note
May be an inline class instead of a typedef.

type of the Interpolation

Should be an implementation of InterpolationIterface

Note
May be an inline class instead of a typedef.

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