1 #ifndef DUNE_FEM_GRIDPART_CAPABILITIES_HH 2 #define DUNE_FEM_GRIDPART_CAPABILITIES_HH 11 namespace GridPartCapabilities
16 template<
class Gr
idPartType >
19 static const bool v =
true;
27 template<
class Gr
idPartType >
30 static const bool v =
false;
31 static const unsigned int topologyId = ~0u;
38 template<
class Gr
idPartType >
41 static const bool v =
false;
48 template<
class Gr
idPartType,
int codim >
51 static const bool v =
false;
58 template<
class Gr
idPartType >
61 static const bool v =
false;
68 template<
class Gr
idPartType,
int codim >
71 static const bool v =
false;
78 template<
class Gr
idPartType >
81 static const bool v =
false;
92 template<
class Gr
idPartType >
99 template<
class Gr
idPartType >
103 static const unsigned int topologyId
108 template<
class Gr
idPartType >
115 template<
class Gr
idPartType,
int codim >
122 template<
class Gr
idPartType >
129 template<
class Gr
idPartType,
int codim >
136 template<
class Gr
idPartType >
148 #endif // #ifndef DUNE_FEM_GRIDPART_CAPABILITIES_HH
specialize with 'true' if implementation supports parallelism (default=false)
Definition: gridpart/common/capabilities.hh:59
specialize with 'true' for all codims that a grid implements entities for (default=false) ...
Definition: gridpart/common/capabilities.hh:49
specialize with 'true' if implementation guarantees conforming level grids. (default=false) ...
Definition: gridpart/common/capabilities.hh:79
specialize with 'false' if grid part has no underlying dune grid (default=true)
Definition: gridpart/common/capabilities.hh:17
static const bool v
Definition: gridpart/common/capabilities.hh:19
specialize with 'true' for all codims that a grid can communicate data on (default=false) ...
Definition: gridpart/common/capabilities.hh:69
Definition: coordinate.hh:4
specialize with 'true' for if the codimension 0 entity of the grid part has only one possible geometr...
Definition: gridpart/common/capabilities.hh:28
specialize with 'true' if the grid part is cartesian (default=false)
Definition: gridpart/common/capabilities.hh:39