dune-pdelab 2.7-git
Loading...
Searching...
No Matches
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...
 
using EntitySet = typename GFS::Traits::EntitySet
 
using Element = typename EntitySet::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

◆ Constraints

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

◆ ConstraintsType

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

Type of constraints engine.

◆ DOFIndex

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

Type of MultiIndex associated with this LocalFunctionSpace.

◆ DOFIndexContainer

typedef std::vector<DOFIndex > Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DOFIndex >::DOFIndexContainer
inherited

Type of container to store multiindices.

◆ Element

template<typename GFS , typename DOFIndex >
using Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::Element = typename EntitySet::Element
inherited

Type of codim 0 entity in the grid.

◆ EntitySet

template<typename GFS , typename DOFIndex >
using Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >::EntitySet = typename GFS::Traits::EntitySet
inherited

◆ FiniteElement

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

◆ FiniteElementType

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

Type of local finite element.

◆ GridFunctionSpace

typedef GFS Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DOFIndex >::GridFunctionSpace
inherited

Type of the underlying grid function space.

◆ GridFunctionSpaceType

typedef GFS Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DOFIndex >::GridFunctionSpaceType
inherited

Type of the underlying grid function space.

◆ GridView

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.

◆ GridViewType

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.

◆ IndexContainer

typedef std::vector<SizeType> Dune::PDELab::LocalFunctionSpaceBaseTraits< GFS, DOFIndex >::IndexContainer
inherited

Type of container to store indices.

◆ NodeType

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

type of local function space node

◆ SizeType

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: