Dune::CpGridTraits::Partition< pitype > Struct Template Reference

Traits associated with a specific grid partition type. More...

#include <CpGrid.hpp>

Public Types

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...
 

Detailed Description

template<PartitionIteratorType pitype>
struct Dune::CpGridTraits::Partition< pitype >

Traits associated with a specific grid partition type.

Template Parameters
pitypeThe type of the grid partition.

Member Typedef Documentation

◆ LeafGridView

template<PartitionIteratorType pitype>
typedef Dune::GridView<DefaultLeafGridViewTraits<CpGrid> > Dune::CpGridTraits::Partition< pitype >::LeafGridView

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

◆ LevelGridView

template<PartitionIteratorType pitype>
typedef Dune::GridView<DefaultLevelGridViewTraits<CpGrid> > Dune::CpGridTraits::Partition< pitype >::LevelGridView

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


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