dune-pdelab  2.5-dev
Public Types | List of all members
Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex > Struct Template Reference

traits for local function space on a gridview More...

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

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

Public Types

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>
struct Dune::PDELab::GridViewLocalFunctionSpaceBaseTraits< GFS, DOFIndex >

traits for local function space on a gridview

Member Typedef Documentation

◆ DOFIndex

Type of MultiIndex associated with this LocalFunctionSpace.

◆ DOFIndexContainer

Type of container to store multiindices.

◆ Element

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

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

◆ GridFunctionSpace

Type of the underlying grid function space.

◆ GridFunctionSpaceType

Type of the underlying grid function space.

◆ GridView

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

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

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

◆ IndexContainer

Type of container to store indices.

◆ 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: