3 #ifndef DUNE_IDENTITYGRIDLEVELITERATOR_HH
4 #define DUNE_IDENTITYGRIDLEVELITERATOR_HH
23 template<
int codim, PartitionIteratorType pitype,
class Gr
idImp>
32 hostGridLevelIterator_(identityGrid->hostgrid_->template lbegin<codim>(level))
46 hostGridLevelIterator_(identityGrid->hostgrid_->template lend<codim>(level))
52 ++hostGridLevelIterator_;
60 typedef typename GridImp::HostGridType::Traits::template Codim<codim>::LevelIterator HostGridLevelIterator;
63 HostGridLevelIterator hostGridLevelIterator_;