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

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

#include <CpGrid.hpp>

Public Types

typedef cpgrid::Iterator< cd, pitype > LevelIterator
 The type of the iterator over the level entities of this codim on this partition. More...
 
typedef cpgrid::Iterator< cd, pitype > LeafIterator
 The type of the iterator over the leaf entities of this codim on this partition. More...
 

Detailed Description

template<int cd>
template<PartitionIteratorType pitype>
struct Dune::CpGridTraits::Codim< cd >::Partition< pitype >

Traits associated with a specific grid partition type.

Template Parameters
pitypeThe type of the grid partition.

Member Typedef Documentation

◆ LeafIterator

template<int cd>
template<PartitionIteratorType pitype>
typedef cpgrid::Iterator<cd, pitype> Dune::CpGridTraits::Codim< cd >::Partition< pitype >::LeafIterator

The type of the iterator over the leaf entities of this codim on this partition.

◆ LevelIterator

template<int cd>
template<PartitionIteratorType pitype>
typedef cpgrid::Iterator<cd, pitype> Dune::CpGridTraits::Codim< cd >::Partition< pitype >::LevelIterator

The type of the iterator over the level entities of this codim on this partition.


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