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;
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,
int codim >
61 static const bool v =
false;
68 template<
class Gr
idPartType >
71 static const bool v =
false;
82 template<
class Gr
idPartType >
89 template<
class Gr
idPartType >
98 template<
class Gr
idPartType >
105 template<
class Gr
idPartType,
int codim >
112 template<
class Gr
idPartType,
int codim >
119 template<
class Gr
idPartType >
Definition: bindguard.hh:11
specialize with 'false' if grid part has no underlying dune grid (default=true)
Definition: gridpart/common/capabilities.hh:18
static const bool v
Definition: gridpart/common/capabilities.hh:19
specialize with 'true' for if the codimension 0 entity of the grid part has only one possible geometr...
Definition: gridpart/common/capabilities.hh:29
static const bool v
Definition: gridpart/common/capabilities.hh:30
static const unsigned int topologyId
Definition: gridpart/common/capabilities.hh:31
specialize with 'true' if the grid part is cartesian (default=false)
Definition: gridpart/common/capabilities.hh:40
static const bool v
Definition: gridpart/common/capabilities.hh:41
specialize with 'true' for all codims that a grid implements entities for (default=false)
Definition: gridpart/common/capabilities.hh:50
static const bool v
Definition: gridpart/common/capabilities.hh:51
specialize with 'true' for all codims that a grid can communicate data on (default=false)
Definition: gridpart/common/capabilities.hh:60
static const bool v
Definition: gridpart/common/capabilities.hh:61
specialize with 'true' if implementation guarantees conforming level grids. (default=false)
Definition: gridpart/common/capabilities.hh:70
static const bool v
Definition: gridpart/common/capabilities.hh:71