1#ifndef DUNE_FEM_GRIDPART_GEOMETRYGRIDPART_CAPABILITIES_HH
2#define DUNE_FEM_GRIDPART_GEOMETRYGRIDPART_CAPABILITIES_HH
4#include <dune/common/version.hh>
18 class GeometryGridPart;
22 namespace GridPartCapabilities
25 template<
class Gr
idFunctionType >
28 static const bool v =
true;
32 template<
class Gr
idFunctionType >
41 template<
class Gr
idFunctionType >
56 template<
class Gr
idFunctionType,
int codim >
60 static const bool v =
false;
64 template<
class Gr
idFunctionType,
int codim >
72 template<
class Gr
idFunctionType >
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: geometrygridpart.hh:181
GridFunctionType::GridPartType HostGridPartType
Definition: gridpart/geometrygridpart/capabilities.hh:35
GridFunctionType::GridPartType HostGridPartType
Definition: gridpart/geometrygridpart/capabilities.hh:44
GridFunctionType::GridPartType HostGridPartType
Definition: gridpart/geometrygridpart/capabilities.hh:59
GridFunctionType::GridPartType HostGridPartType
Definition: gridpart/geometrygridpart/capabilities.hh:67
GridFunctionType::GridPartType HostGridPartType
Definition: gridpart/geometrygridpart/capabilities.hh:75