1#ifndef DUNE_MMESH_GRID_DECLARATION_HH
2#define DUNE_MMESH_GRID_DECLARATION_HH
7 namespace MMeshDefaults
17 template<
int dim,
class HostGr
id>
21 template<
class HostGr
id,
int dim>
26 class TriangulationWrapper;
30 using MovingMesh = MMesh< TriangulationWrapper<dim>, dim >;
34 class DelaunayTriangulationWrapper;
38 using DelaunayTriangulation = MMesh< DelaunayTriangulationWrapper<dim>, dim >;