dune-pdelab  2.0.0
Public Types | List of all members
Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N > Struct Template Reference

traits for single component local function space More...

#include <dune/pdelab/gridfunctionspace/localfunctionspace.hh>

Inheritance diagram for Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N >:
Inheritance graph

Public Types

typedef
GFS::Traits::FiniteElementType 
FiniteElementType
 Type of local finite element. More...
 
typedef
GFS::Traits::FiniteElementType 
FiniteElement
 
typedef
GFS::Traits::ConstraintsType 
ConstraintsType
 Type of constraints engine. More...
 
typedef
GFS::Traits::ConstraintsType 
Constraints
 
typedef N NodeType
 type of local function space node More...
 
typedef GFS::Traits::GridViewType GridViewType
 Type of the grid view that the underlying grid function space is defined on. More...
 
typedef GFS::Traits::GridViewType GridView
 Type of the grid view that the underlying grid function space is defined on. More...
 
typedef
GridViewType::Traits::template
Codim< 0 >::Entity 
Element
 Type of codim 0 entity in the grid. More...
 
typedef GFS GridFunctionSpaceType
 Type of the underlying grid function space. More...
 
typedef GFS GridFunctionSpace
 Type of the underlying grid function space. More...
 
typedef GFS::Traits::SizeType SizeType
 Type to store indices from Backend. More...
 
typedef std::vector< SizeTypeIndexContainer
 Type of container to store indices. More...
 
typedef DOFIndex DOFIndex
 Type of MultiIndex associated with this LocalFunctionSpace. More...
 
typedef std::vector< DOFIndexDOFIndexContainer
 Type of container to store multiindices. More...
 

Detailed Description

template<typename GFS, typename DOFIndex, typename N>
struct Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N >

traits for single component local function space

Member Typedef Documentation

template<typename GFS , typename DOFIndex , typename N >
typedef GFS::Traits::ConstraintsType Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N >::Constraints
template<typename GFS , typename DOFIndex , typename N >
typedef GFS::Traits::ConstraintsType Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N >::ConstraintsType

Type of constraints engine.

Type of MultiIndex associated with this LocalFunctionSpace.

Type of container to store multiindices.

template<typename GFS , typename DOFIndex >
typedef GridViewType::Traits::template Codim<0>::Entity Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::Element
inherited

Type of codim 0 entity in the grid.

template<typename GFS , typename DOFIndex , typename N >
typedef GFS::Traits::FiniteElementType Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N >::FiniteElement
template<typename GFS , typename DOFIndex , typename N >
typedef GFS::Traits::FiniteElementType Dune::PDELab::LeafLocalFunctionSpaceTraits< GFS, DOFIndex, N >::FiniteElementType

Type of local finite element.

Type of the underlying grid function space.

Type of the underlying grid function space.

template<typename GFS , typename DOFIndex >
typedef GFS::Traits::GridViewType Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::GridView
inherited

Type of the grid view that the underlying grid function space is defined on.

template<typename GFS , typename DOFIndex >
typedef GFS::Traits::GridViewType Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::GridViewType
inherited

Type of the grid view that the underlying grid function space is defined on.

Type of container to store indices.

template<typename GFS , typename DOFIndex , typename N >
typedef N Dune::PDELab::PowerCompositeLocalFunctionSpaceTraits< GFS, DOFIndex, N >::NodeType
inherited

type of local function space node

typedef GFS::Traits::SizeType Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DOFIndex >::SizeType
inherited

Type to store indices from Backend.


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