1 #ifndef DUNE_IDENTITYGRIDLEVELITERATOR_HH
2 #define DUNE_IDENTITYGRIDLEVELITERATOR_HH
21 template<
int codim, PartitionIteratorType pitype,
class Gr
idImp>
30 hostGridLevelIterator_(identityGrid->hostgrid_->template lbegin<codim>(level))
44 hostGridLevelIterator_(identityGrid->hostgrid_->template lend<codim>(level))
51 ++hostGridLevelIterator_;
59 typedef typename GridImp::HostGridType::Traits::template Codim<codim>::LevelIterator HostGridLevelIterator;
62 HostGridLevelIterator hostGridLevelIterator_;