3#ifndef DUNE_POLYHEDRALGRID_CAPABILITIES_HH
4#define DUNE_POLYHEDRALGRID_CAPABILITIES_HH
7#include <dune/grid/common/capabilities.hh>
10#include <opm/grid/polyhedralgrid/declaration.hh>
15 namespace Capabilities
21 template<
int dim,
int dimworld,
class coord_t >
24 static const bool v =
false;
25 static const unsigned int topologyId = ~0u;
29 template<
int dim,
int dimworld,
class coord_t >
32 static const bool v =
false;
36 template<
int dim,
int dimworld,
class coord_t,
int codim >
39 static const bool v = (codim == 0 || codim == 1 || codim == dim);
43 template<
int dim,
int dimworld,
class coord_t,
int codim >
46 static const bool v = (codim == 0 || codim == 1 || codim == dim);
49 template<
int dim,
int dimworld,
class coord_t,
int codim >
52 static const bool v =
false;
56 template<
int dim,
int dimworld,
class coord_t >
57 struct hasBackupRestoreFacilities<
PolyhedralGrid< dim, dimworld, coord_t > >
59 static const bool v =
false;
62 template<
int dim,
int dimworld,
class coord_t >
65 static const bool v =
false;
68 template<
int dim,
int dimworld,
class coord_t >
71 static const bool v =
false;
74 template<
int dim,
int dimworld,
class coord_t >
77 static const bool v =
false;
80 template<
int dim,
int dimworld,
class coord_t >
83 static const bool v =
false;
identical grid wrapper
Definition: grid.hh:163
Copyright 2019 Equinor AS.
Definition: CartesianIndexMapper.hpp:10