Go to the documentation of this file.
3 #ifndef DUNE_CAPABILITIES_HH
4 #define DUNE_CAPABILITIES_HH
14 namespace Capabilities
26 static const bool v =
false;
48 static const bool v =
false;
54 template<
class Gr
id,
int codim>
57 static const bool v =
false;
67 template<
class Gr
id,
int codim >
70 static const bool v =
false;
79 static const bool v =
false;
88 static const bool v =
false;
97 static const bool v =
false;
113 template <
class Gr
id>
115 static const bool v =
false;
140 template <
class Gr
id>
142 static const bool v =
false;
166 template<
class Gr
id,
int codim>
172 template<
class Gr
id,
int codim >
196 template <
class Gr
id>
201 template <
class Gr
id>
210 #endif // DUNE_CAPABILITIES_HH
static const unsigned int topologyId
Definition: common/capabilities.hh:29
specialize with 'true' for all codims that a grid can communicate data on (default=false)
Definition: common/capabilities.hh:68
Include standard header files.
Definition: agrid.hh:59
Specialize with 'true' if the grid implementation is thread safe. (default=false)
Definition: common/capabilities.hh:114
static const bool v
Definition: common/capabilities.hh:70
Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false)
Definition: common/capabilities.hh:86
static const bool v
Definition: common/capabilities.hh:97
Specialize with 'true' for all codims that a grid implements entities for. (default=false)
Definition: common/capabilities.hh:55
Specialize with 'true' if implementation provides backup and restore facilities. (default=false)
Definition: common/capabilities.hh:95
static const bool v
Definition: common/capabilities.hh:88
Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry typ...
Definition: common/capabilities.hh:24
Specialize with 'true' if implementation guarantees conforming level grids. (default=false)
Definition: common/capabilities.hh:77
static const bool v
Definition: common/capabilities.hh:26
static const bool v
Definition: common/capabilities.hh:142
Grid abstract base class.
Definition: common/grid.hh:373
Specialize with 'true' if the grid is a Cartesian grid. Cartesian grids satisfy the following propert...
Definition: common/capabilities.hh:45
static const bool v
Definition: common/capabilities.hh:57
static const bool v
Definition: common/capabilities.hh:79
static const bool v
Definition: common/capabilities.hh:115
static const bool v
Definition: common/capabilities.hh:48
Specialize with 'true' if the grid implementation is thread safe, while it is not modified....
Definition: common/capabilities.hh:141