dune-alugrid  2.6-git
Classes | Public Types | List of all members
Dune::MacroGridViewTraits< GridImp, pitype > Struct Template Reference

#include <dune/alugrid/common/macrogridview.hh>

Classes

struct  Codim
 

Public Types

enum  { conforming = Capabilities :: isLevelwiseConforming< Grid > :: v }
 
typedef MacroGridView< GridImp, pitype > 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 ::CollectiveCommunication CollectiveCommunication
 type of the collective communication More...
 

Member Typedef Documentation

◆ CollectiveCommunication

template<class GridImp , PartitionIteratorType pitype>
typedef Grid :: Traits :: CollectiveCommunication Dune::MacroGridViewTraits< GridImp, pitype >::CollectiveCommunication

type of the collective communication

◆ Grid

template<class GridImp , PartitionIteratorType pitype>
typedef std::remove_const<GridImp>::type Dune::MacroGridViewTraits< GridImp, pitype >::Grid

type of the grid

◆ GridViewImp

template<class GridImp , PartitionIteratorType pitype>
typedef MacroGridView< GridImp, pitype > Dune::MacroGridViewTraits< GridImp, pitype >::GridViewImp

◆ IndexSet

template<class GridImp , PartitionIteratorType pitype>
typedef Grid :: Traits :: LevelIndexSet Dune::MacroGridViewTraits< GridImp, pitype >::IndexSet

type of the index set

◆ Intersection

template<class GridImp , PartitionIteratorType pitype>
typedef Grid :: Traits :: LevelIntersection Dune::MacroGridViewTraits< GridImp, pitype >::Intersection

type of the intersection

◆ IntersectionIterator

template<class GridImp , PartitionIteratorType pitype>
typedef Grid :: Traits :: LevelIntersectionIterator Dune::MacroGridViewTraits< GridImp, pitype >::IntersectionIterator

type of the intersection iterator

Member Enumeration Documentation

◆ anonymous enum

template<class GridImp , PartitionIteratorType pitype>
anonymous enum
Enumerator
conforming 

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