Loading [MathJax]/extensions/tex2jax.js

DUNE MultiDomainGrid (2.10)

hostgridaccessor.hh
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
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 4, 22:59, 2025)