1#ifndef DUNE_FEM_GRIDPART_GEOGRIDPART_CAPABILITIES_HH
2#define DUNE_FEM_GRIDPART_GEOGRIDPART_CAPABILITIES_HH
21 namespace GridPartCapabilities
24 template<
class CoordFunction >
29 static const bool v =
false;
33 template<
class CoordFunction >
36 typedef typename CoordFunction::GridPartType HostGridPartType;
44 template<
class CoordFunction >
47 static const bool v =
false;
51 template<
class CoordFunction,
int codim >
56 static const bool v = ( codim == 0 || codim == CoordFunction::GridPartType :: dimension ) ?
61 template<
class CoordFunction,
int codim >
68 template<
class CoordFunction >
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
Definition: geogridpart.hh:167