5 #ifndef DUNE_GRID_COMMON_CAPABILITIES_HH 6 #define DUNE_GRID_COMMON_CAPABILITIES_HH 16 namespace Capabilities
28 static const bool v =
false;
50 static const bool v =
false;
56 template<
class Gr
id,
int codim>
59 static const bool v =
false;
72 template<
class Gr
id,
int codim >
82 template<
class Gr
id,
int codim>
85 static const bool v =
true;
95 template<
class Gr
id,
int codim >
98 static const bool v =
false;
107 static const bool v =
false;
116 static const bool v =
false;
125 static const bool v =
false;
141 template <
class Gr
id>
143 static const bool v =
false;
168 template <
class Gr
id>
170 static const bool v =
false;
194 template<
class Gr
id,
int codim>
200 template<
class Gr
id,
int codim >
206 template<
class Gr
id,
int codim >
230 template <
class Gr
id>
235 template <
class Gr
id>
244 #endif // DUNE_GRID_COMMON_CAPABILITIES_HH static const bool v
Definition: common/capabilities.hh:85
Specialize with 'true' if the grid is a Cartesian grid. Cartesian grids satisfy the following propert...
Definition: common/capabilities.hh:47
static const bool v
Definition: common/capabilities.hh:50
static const bool v
Definition: common/capabilities.hh:98
Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry typ...
Definition: common/capabilities.hh:26
Grid abstract base classThis class is the base class for all grid implementations. Although no virtual functions are used we call it abstract since its methods do not contain an implementation but forward to the methods of the derived class via the Barton-Nackman trick.
Definition: common/grid.hh:375
static const bool v
Definition: common/capabilities.hh:116
static const bool v
Definition: common/capabilities.hh:125
Specialize with 'true' for all codims that a grid implements entities for. (default=false) ...
Definition: common/capabilities.hh:57
Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false) ...
Definition: common/capabilities.hh:114
Specialize with 'false' for all codims that a grid does not implement geometries for. (default=true)
Definition: common/capabilities.hh:83
Include standard header files.
Definition: agrid.hh:59
static const bool v
Definition: common/capabilities.hh:75
Specialize with 'true' if the grid implementation is thread safe. (default=false) ...
Definition: common/capabilities.hh:142
Specialize with 'true' if implementation guarantees conforming level grids. (default=false) ...
Definition: common/capabilities.hh:105
static const bool v
Definition: common/capabilities.hh:107
static const bool v
Definition: common/capabilities.hh:28
specialize with 'true' for all codims that a grid provides an iterator for (default=hasEntity<codim>:...
Definition: common/capabilities.hh:73
static const bool v
Definition: common/capabilities.hh:59
static const unsigned int topologyId
Definition: common/capabilities.hh:31
static const bool v
Definition: common/capabilities.hh:170
Specialize with 'true' if implementation provides backup and restore facilities. (default=false) ...
Definition: common/capabilities.hh:123
specialize with 'true' for all codims that a grid can communicate data on (default=false) ...
Definition: common/capabilities.hh:96
Specialize with 'true' if the grid implementation is thread safe, while it is not modified...
Definition: common/capabilities.hh:169
static const bool v
Definition: common/capabilities.hh:143