1#ifndef DUNE_MMESH_MISC_CAPABILITIES_HH
2#define DUNE_MMESH_MISC_CAPABILITIES_HH
6#include <dune/fem/misc/capabilities.hh>
10namespace Capabilities {
12template <
class HostGr
id,
int dim>
13struct hasHierarchicIndexSet<MMesh<HostGrid, dim> > {
14 static const bool v =
false;
21namespace Capabilities {
23template <
class HostGr
id,
int dim>
24struct supportsCallbackAdaptation<MMesh<HostGrid, dim> > {
25 static const bool v =
true;
28template <
class HostGr
id,
int dim>
29struct isLocallyAdaptive<MMesh<HostGrid, dim> > {
30 static const bool v =
true;
34struct supportsCallbackAdaptation<MMeshInterfaceGrid<MMesh> > {
35 static const bool v =
true;
39struct isLocallyAdaptive<MMeshInterfaceGrid<MMesh> > {
40 static const bool v =
true;
44struct isMMesh<MMeshInterfaceGrid<MMesh> > {
45 static const bool v =
true;