1#ifndef DUNE_MMESH_GRID_DECLARATION_HH
2#define DUNE_MMESH_GRID_DECLARATION_HH
6namespace MMeshDefaults {
15template <
int dim,
class HostGr
id>
19template <
class HostGr
id,
int dim>
24class TriangulationWrapper;
28using MovingMesh = MMesh<TriangulationWrapper<dim>, dim>;
32class DelaunayTriangulationWrapper;
36using DelaunayTriangulation = MMesh<DelaunayTriangulationWrapper<dim>, dim>;