3 #ifndef DUNE_POLYHEDRALGRID_CAPABILITIES_HH 4 #define DUNE_POLYHEDRALGRID_CAPABILITIES_HH 7 #include <dune/grid/common/capabilities.hh> 10 #include <dune/grid/polyhedralgrid/declaration.hh> 15 namespace Capabilities
21 template<
int dim,
int dimworld >
24 static const bool v =
false;
25 static const unsigned int topologyId = ~0u;
29 template<
int dim,
int dimworld >
32 static const bool v =
false;
36 template<
int dim,
int dimworld,
int codim >
39 static const bool v = (codim == 0 || codim == 1 || codim == dim);
43 #if ! DUNE_VERSION_NEWER(DUNE_GRID, 2, 5) 44 template<
int dim,
int dimworld >
47 static const bool v =
false;
52 template<
int dim,
int dimworld,
int codim >
55 static const bool v =
false;
59 template<
int dim,
int dimworld >
62 static const bool v =
false;
65 template<
int dim,
int dimworld >
68 static const bool v =
false;
71 template<
int dim,
int dimworld >
74 static const bool v =
false;
77 template<
int dim,
int dimworld >
80 static const bool v =
false;
83 template<
int dim,
int dimworld >
86 static const bool v =
false;
93 #endif // #ifndef DUNE_POLYHEDRALGRID_CAPABILITIES_HH Holds the implementation of the CpGrid as a pimple.
Definition: OpmParserIncludes.hpp:42
identical grid wrapper
Definition: declaration.hh:10