dune-grid  2.6-git
Classes | Public Types | List of all members
Dune::AlbertaLeafGridViewTraits< GridImp > Struct Template Reference

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

Classes

struct  Codim
 

Public Types

enum  { conforming = Capabilities::isLeafwiseConforming< Grid >::v }
 
typedef AlbertaLeafGridView< GridImp > GridViewImp
 
typedef std::remove_const< GridImp >::type Grid
 type of the grid More...
 
typedef Grid::Traits::LeafIndexSet IndexSet
 type of the index set More...
 
typedef Grid::Traits::LeafIntersection Intersection
 type of the intersection More...
 
typedef Grid::Traits::LeafIntersectionIterator IntersectionIterator
 type of the intersection iterator More...
 
typedef Grid::Traits::CollectiveCommunication CollectiveCommunication
 type of the collective communication More...
 

Member Typedef Documentation

◆ CollectiveCommunication

template<class GridImp >
typedef Grid::Traits::CollectiveCommunication Dune::AlbertaLeafGridViewTraits< GridImp >::CollectiveCommunication

type of the collective communication

◆ Grid

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

type of the grid

◆ GridViewImp

template<class GridImp >
typedef AlbertaLeafGridView< GridImp > Dune::AlbertaLeafGridViewTraits< GridImp >::GridViewImp

◆ IndexSet

template<class GridImp >
typedef Grid::Traits::LeafIndexSet Dune::AlbertaLeafGridViewTraits< GridImp >::IndexSet

type of the index set

◆ Intersection

template<class GridImp >
typedef Grid::Traits::LeafIntersection Dune::AlbertaLeafGridViewTraits< GridImp >::Intersection

type of the intersection

◆ IntersectionIterator

template<class GridImp >
typedef Grid::Traits::LeafIntersectionIterator Dune::AlbertaLeafGridViewTraits< GridImp >::IntersectionIterator

type of the intersection iterator

Member Enumeration Documentation

◆ anonymous enum

template<class GridImp >
anonymous enum
Enumerator
conforming 

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