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;
70 template<
class Gr
id,
int codim >
73 static const bool v =
false;
80 template<
class Gr
id,
int codim>
83 static const bool v =
true;
93 template<
class Gr
id,
int codim >
96 static const bool v =
false;
105 static const bool v =
false;
114 static const bool v =
false;
123 static const bool v =
false;
139 template <
class Gr
id>
141 static const bool v =
false;
166 template <
class Gr
id>
168 static const bool v =
false;
192 template<
class Gr
id,
int codim>
198 template<
class Gr
id,
int codim >
204 template<
class Gr
id,
int codim >
228 template <
class Gr
id>
233 template <
class Gr
id>
242 #endif // DUNE_CAPABILITIES_HH
static const bool v
Definition: common/capabilities.hh:96
static const bool v
Definition: common/capabilities.hh:105
specialize with 'true' for all codims that a grid provides an iterator for (default=false)
Definition: common/capabilities.hh:71
Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false)
Definition: common/capabilities.hh:112
static const bool v
Definition: common/capabilities.hh:57
static const bool v
Definition: common/capabilities.hh:141
static const bool v
Definition: common/capabilities.hh:168
specialize with 'true' for all codims that a grid can communicate data on (default=false)
Definition: common/capabilities.hh:94
Specialize with 'true' for all codims that a grid implements entities for. (default=false)
Definition: common/capabilities.hh:55
static const bool v
Definition: common/capabilities.hh:123
Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry typ...
Definition: common/capabilities.hh:24
static const bool v
Definition: common/capabilities.hh:114
Specialize with 'true' if the grid implementation is thread safe. (default=false)
Definition: common/capabilities.hh:140
static const bool v
Definition: common/capabilities.hh:73
Specialize with 'true' if implementation guarantees conforming level grids. (default=false)
Definition: common/capabilities.hh:103
Specialize with 'false' for all codims that a grid does not implement geometries for....
Definition: common/capabilities.hh:81
static const bool v
Definition: common/capabilities.hh:83
Specialize with 'true' if the grid is a Cartesian grid. Cartesian grids satisfy the following propert...
Definition: common/capabilities.hh:45
Grid abstract base class.
Definition: common/grid.hh:373
Specialize with 'true' if the grid implementation is thread safe, while it is not modified....
Definition: common/capabilities.hh:167
static const bool v
Definition: common/capabilities.hh:26
static const bool v
Definition: common/capabilities.hh:48
Include standard header files.
Definition: agrid.hh:58
Specialize with 'true' if implementation provides backup and restore facilities. (default=false)
Definition: common/capabilities.hh:121
static const unsigned int topologyId
Definition: common/capabilities.hh:29