dune-localfunctions  2.2.1
Public Types | List of all members
Dune::PowerFiniteElement< Backend, dimR >::Traits Struct Reference

types of component objects More...

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

Public Types

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

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: