dune-grid  2.4.1
Classes | Public Types | List of all members
Dune::DefaultLeafGridViewTraits< GridImp, pitype > Struct Template Reference

#include <dune/grid/common/defaultgridview.hh>

Classes

struct  Codim
 

Public Types

enum  { conforming = Capabilities :: isLeafwiseConforming< Grid > :: v }
 
typedef DefaultLeafGridView< GridImp, pitype > GridViewImp
 
typedef 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

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

type of the collective communication

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

type of the grid

template<class GridImp , PartitionIteratorType pitype>
typedef DefaultLeafGridView< GridImp, pitype > Dune::DefaultLeafGridViewTraits< GridImp, pitype >::GridViewImp
template<class GridImp , PartitionIteratorType pitype>
typedef Grid :: Traits :: LeafIndexSet Dune::DefaultLeafGridViewTraits< GridImp, pitype >::IndexSet

type of the index set

template<class GridImp , PartitionIteratorType pitype>
typedef Grid :: Traits :: LeafIntersection Dune::DefaultLeafGridViewTraits< GridImp, pitype >::Intersection

type of the intersection

template<class GridImp , PartitionIteratorType pitype>
typedef Grid :: Traits :: LeafIntersectionIterator Dune::DefaultLeafGridViewTraits< GridImp, pitype >::IntersectionIterator

type of the intersection iterator

Member Enumeration Documentation

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

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