dune-grid 2.9.0
Classes | Public Types | Static Public Attributes | List of all members
Dune::AlbertaLevelGridViewTraits< GridImp > Struct Template Reference

#include <dune/grid/albertagrid/gridview.hh>

Classes

struct  Codim
 

Public Types

typedef AlbertaLevelGridView< GridImp > GridViewImp
 
typedef std::remove_const< GridImp >::type Grid
 type of the grid More...
 
typedef Grid::Traits::LevelIndexSet IndexSet
 type of the index set More...
 
typedef Grid::Traits::LevelIntersection Intersection
 type of the intersection More...
 
typedef Grid::Traits::LevelIntersectionIterator IntersectionIterator
 type of the intersection iterator More...
 
typedef Grid::Traits::Communication Communication
 type of the communication More...
 
typedef Communication CollectiveCommunication
 

Static Public Attributes

static constexpr bool conforming = Capabilities::isLevelwiseConforming< Grid >::v
 

Member Typedef Documentation

◆ CollectiveCommunication

template<class GridImp >
typedef Communication Dune::AlbertaLevelGridViewTraits< GridImp >::CollectiveCommunication
Deprecated:
Use Communication instead! Will be removed after Dune 2.9.

◆ Communication

template<class GridImp >
typedef Grid::Traits::Communication Dune::AlbertaLevelGridViewTraits< GridImp >::Communication

type of the communication

◆ Grid

template<class GridImp >
typedef std::remove_const<GridImp>::type Dune::AlbertaLevelGridViewTraits< GridImp >::Grid

type of the grid

◆ GridViewImp

template<class GridImp >
typedef AlbertaLevelGridView< GridImp > Dune::AlbertaLevelGridViewTraits< GridImp >::GridViewImp

◆ IndexSet

template<class GridImp >
typedef Grid::Traits::LevelIndexSet Dune::AlbertaLevelGridViewTraits< GridImp >::IndexSet

type of the index set

◆ Intersection

template<class GridImp >
typedef Grid::Traits::LevelIntersection Dune::AlbertaLevelGridViewTraits< GridImp >::Intersection

type of the intersection

◆ IntersectionIterator

template<class GridImp >
typedef Grid::Traits::LevelIntersectionIterator Dune::AlbertaLevelGridViewTraits< GridImp >::IntersectionIterator

type of the intersection iterator

Member Data Documentation

◆ conforming

template<class GridImp >
constexpr bool Dune::AlbertaLevelGridViewTraits< GridImp >::conforming = Capabilities::isLevelwiseConforming< Grid >::v
staticconstexpr

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