dune-multidomaingrid 2.8
Loading...
Searching...
No Matches
hostgridaccessor.hh
Go to the documentation of this file.
1#ifndef DUNE_MULTIDOMAINGRID_HOSTGRIDACCESSOR_HH
2#define DUNE_MULTIDOMAINGRID_HOSTGRIDACCESSOR_HH
3
4namespace Dune {
5namespace mdgrid {
6namespace detail {
7
8 template<typename GridImp>
9 struct HostGridAccessor {
10 typedef typename GridImp::HostGrid::Traits Traits;
11 typedef typename GridImp::HostGrid Type;
12 };
13
14} // end namespace detail
15} // end namespace mdgrid
16} // end namespace Dune
17
18#endif // DUNE_MULTIDOMAINGRID_HOSTGRIDACCESSOR_HH
Definition: multidomaingrid.hh:8