1#ifndef DUNE_MMESH_MISC_CAPABILITIES_HH
2#define DUNE_MMESH_MISC_CAPABILITIES_HH
6#include <dune/fem/misc/capabilities.hh>
11 namespace Capabilities
14 template<
class HostGr
id,
int dim >
15 struct hasHierarchicIndexSet< MMesh< HostGrid, dim > >
17 static const bool v =
false;
26 namespace Capabilities
29 template<
class HostGr
id,
int dim >
30 struct supportsCallbackAdaptation< MMesh< HostGrid, dim > >
32 static const bool v =
true;
35 template<
class HostGr
id,
int dim >
36 struct isLocallyAdaptive< MMesh< HostGrid, dim > >
38 static const bool v =
true;
41 template<
class MMesh >
42 struct supportsCallbackAdaptation< MMeshInterfaceGrid< MMesh > >
44 static const bool v =
true;
47 template<
class MMesh >
48 struct isLocallyAdaptive< MMeshInterfaceGrid< MMesh > >
50 static const bool v =
true;
53 template<
class MMesh >
54 struct isMMesh< MMeshInterfaceGrid< MMesh > >
56 static const bool v =
true;