Dune::CpGridTraits Struct Reference

#include <CpGrid.hpp>

Classes

struct  Codim
 Traits associated with a specific codim. More...
 
struct  Partition
 Traits associated with a specific grid partition type. More...
 

Public Types

typedef CpGrid Grid
 The type that implements the grid. More...
 
typedef cpgrid::Intersection LeafIntersection
 The type of the intersection at the leafs of the grid. More...
 
typedef cpgrid::Intersection LevelIntersection
 The type of the intersection at the levels of the grid. More...
 
typedef cpgrid::IntersectionIterator LeafIntersectionIterator
 The type of the intersection iterator at the leafs of the grid. More...
 
typedef cpgrid::IntersectionIterator LevelIntersectionIterator
 The type of the intersection iterator at the levels of the grid. More...
 
typedef cpgrid::HierarchicIterator HierarchicIterator
 The type of the hierarchic iterator. More...
 
typedef Dune::GridView< DefaultLevelGridViewTraits< CpGrid > > LevelGridView
 The type of the level grid view associated with this partition type. More...
 
typedef Dune::GridView< DefaultLeafGridViewTraits< CpGrid > > LeafGridView
 The type of the leaf grid view associated with this partition type. More...
 
typedef cpgrid::IndexSet LevelIndexSet
 The type of the level index set. More...
 
typedef cpgrid::IndexSet LeafIndexSet
 The type of the leaf index set. More...
 
typedef cpgrid::GlobalIdSet GlobalIdSet
 The type of the global id set. More...
 
typedef GlobalIdSet LocalIdSet
 The type of the local id set. More...
 
using Communication = cpgrid::CpGridDataTraits::Communication
 The type of the collective communication. More...
 
using CollectiveCommunication = cpgrid::CpGridDataTraits::CollectiveCommunication
 

Member Typedef Documentation

◆ CollectiveCommunication

◆ Communication

The type of the collective communication.

◆ GlobalIdSet

The type of the global id set.

◆ Grid

The type that implements the grid.

◆ HierarchicIterator

The type of the hierarchic iterator.

◆ LeafGridView

typedef Dune::GridView<DefaultLeafGridViewTraits<CpGrid> > Dune::CpGridTraits::LeafGridView

The type of the leaf grid view associated with this partition type.

◆ LeafIndexSet

The type of the leaf index set.

◆ LeafIntersection

The type of the intersection at the leafs of the grid.

◆ LeafIntersectionIterator

The type of the intersection iterator at the leafs of the grid.

◆ LevelGridView

typedef Dune::GridView<DefaultLevelGridViewTraits<CpGrid> > Dune::CpGridTraits::LevelGridView

The type of the level grid view associated with this partition type.

◆ LevelIndexSet

The type of the level index set.

◆ LevelIntersection

The type of the intersection at the levels of the grid.

◆ LevelIntersectionIterator

The type of the intersection iterator at the levels of the grid.

◆ LocalIdSet

The type of the local id set.


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