dune-grid 2.9.0
|
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. More... | |
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. More... | |
A struct collecting all types depending on the partition iterator type.
typedef GridFamily::Traits::template Codim<cd>::template Partition<pitype>::LeafIterator Dune::Grid< dim, dimworld, ct, GridFamily >::Codim< cd >::Partition< pitype >::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.
typedef GridFamily::Traits::template Codim<cd>::template Partition<pitype>::LevelIterator Dune::Grid< dim, dimworld, ct, GridFamily >::Codim< cd >::Partition< pitype >::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.