dune-localfunctions  2.1.1
Public Types
Dune::PowerFiniteElement< Backend, dimR >::Traits Struct Reference

types of component objects More...

#include <dune/localfunctions/meta/power.hh>

List of all members.

Public Types

typedef PowerBasis< typename
Backend::Traits::Basis, dimR > 
Basis
 type of the Basis
typedef PowerCoefficients Coefficients
 type of the Coefficients
typedef PowerInterpolation
< typename
Backend::Traits::Interpolation,
typename Basis::Traits > 
Interpolation
 type of the Interpolation

Detailed Description

template<class Backend, std::size_t dimR>
struct Dune::PowerFiniteElement< Backend, dimR >::Traits

types of component objects


Member Typedef Documentation

template<class Backend , std::size_t dimR>
typedef PowerBasis<typename Backend::Traits::Basis, dimR> Dune::PowerFiniteElement< Backend, dimR >::Traits::Basis

type of the Basis

template<class Backend , std::size_t dimR>
typedef PowerCoefficients Dune::PowerFiniteElement< Backend, dimR >::Traits::Coefficients

type of the Coefficients

template<class Backend , std::size_t dimR>
typedef PowerInterpolation<typename Backend::Traits::Interpolation, typename Basis::Traits> Dune::PowerFiniteElement< Backend, dimR >::Traits::Interpolation

type of the Interpolation


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