Dune Core Modules (2.6.0)

Dune::Grid< dim, dimworld, ct, GridFamily >::Codim< cd >::Partition< pitype > Struct Template Reference

A struct collecting all types depending on the partition iterator type. More...

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

Public Types

typedef GridFamily::Traits::template Codim< cd >::template Partition< pitype >::LevelIterator LevelIterator
 A type that is a model of Dune::LevelIterator<cd,pitype,...> which is s type of iterator that may be used to examine, but not to modify, the entities of codimension cd with partition type pitype on a certain level of the grid, i. e. the increment of the iterator adjusts it to the next entity on that level.
 
typedef GridFamily::Traits::template Codim< cd >::template Partition< pitype >::LeafIterator LeafIterator
 A type that is a model of Dune::LeafIterator<cd,pitype,...> which is a type of iterator that may be used to examine, but not to modify, the entities of codimension cd with partition type pitype in the leaf grid, i. e. the increment of the iterator adjusts it to the next entity in the leaf grid.
 

Detailed Description

template<int dim, int dimworld, class ct, class GridFamily>
template<int cd>
template<PartitionIteratorType pitype>
struct Dune::Grid< dim, dimworld, ct, GridFamily >::Codim< cd >::Partition< pitype >

A struct collecting all types depending on the partition iterator type.


The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 19, 22:31, 2024)