DUNE
Distributed and Unified Numerics Environment
DUNE MultiDomainGrid (unstable)
dune
grid
multidomaingrid
hostgridaccessor.hh
1
#ifndef DUNE_MULTIDOMAINGRID_HOSTGRIDACCESSOR_HH
2
#define DUNE_MULTIDOMAINGRID_HOSTGRIDACCESSOR_HH
3
4
namespace
Dune {
5
namespace
mdgrid {
6
namespace
detail {
7
8
template
<
typename
Gr
id
Imp>
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
|
Legal Statements / Impressum
| Hosted by
TU Dresden
&
Uni Heidelberg
| generated with Hugo v0.111.3 (Sep 3, 22:42, 2025)