3 #ifndef DUNE_IDENTITY_GRID_ENTITY_SEED_HH
4 #define DUNE_IDENTITY_GRID_ENTITY_SEED_HH
20 template<
int codim,
class Gr
idImp>
26 typedef typename GridImp::HostGridType::Traits::template Codim<codim>::Entity
HostEntity;
29 typedef typename GridImp::HostGridType::Traits::template Codim<codim>::EntitySeed
HostEntitySeed;
48 hostEntitySeed_(hostEntity.seed())
56 return hostEntitySeed_;
64 return hostEntitySeed_.isValid();
73 #endif // #define DUNE_IDENTITY_GRID_ENTITY_SEED_HH