3 #ifndef DUNE_GRID_HOSTGRIDACCESS_HH
4 #define DUNE_GRID_HOSTGRIDACCESS_HH
16 template<
class HostGr
id,
class CoordFunction,
class Allocator >
24 template<
class Gr
id >
36 template<
class HG,
class CoordFunction,
class Allocator >
86 template<
class Entity >
87 static const typename Codim< Entity::codimension >::HostEntity &
90 return hostEntity< Entity::codimension >( entity );
94 static const typename Codim< codim >::HostEntity &
97 return Grid::getRealImplementation( entity ).hostEntity();
100 template<
class HostIntersection >
101 static const HostIntersection &
104 return Grid::getRealImplementation( intersection ).hostIntersection();
110 #endif // #ifndef DUNE_GRID_HOSTGRIDACCESS_HH