1 #ifndef DUNE_GRID_HOSTGRIDACCESS_HH
2 #define DUNE_GRID_HOSTGRIDACCESS_HH
12 template<
class HostGr
id,
class CoordFunction,
class Allocator >
20 template<
class Gr
id >
32 template<
class HG,
class CoordFunction,
class Allocator >
82 template<
class Entity >
83 static const typename Codim< Entity::codimension >::HostEntity &
86 return hostEntity< Entity::codimension >( entity );
90 static const typename Codim< codim >::HostEntity &
93 return Grid::getRealImplementation( entity ).hostEntity();
96 static const HostLeafIntersection &
99 return Grid::getRealImplementation( intersection ).hostIntersection();
102 static const HostLevelIntersection &
105 return Grid::getRealImplementation( intersection ).hostIntersection();
111 #endif // #ifndef DUNE_GRID_HOSTGRIDACCESS_HH