Go to the documentation of this file.
3 #ifndef DUNE_ALBERTA_CAPABILITIES_HH
4 #define DUNE_ALBERTA_CAPABILITIES_HH
7 #include <dune/geometry/genericgeometry/topologytypes.hh>
18 template<
int dim,
int dimworld >
26 namespace Capabilities
32 template<
int dim,
int dimworld >
35 static const bool v =
true;
36 static const unsigned int topologyId = GenericGeometry :: SimplexTopology< dim > :: type :: id ;
43 template<
int dim,
int dimworld,
int codim >
46 static const bool v =
true;
53 template<
int dim,
int dimworld >
56 static const bool v =
false;
62 template<
int dim,
int dimworld >
65 static const bool v =
true;
71 template<
int dim,
int dimworld >
74 static const bool v =
true;
82 template<
class Gr
id >
85 template<
int dim,
int dimworld >
88 static const bool v =
true;
95 #endif // #if HAVE_ALBERTA
97 #endif // #ifndef DUNE_ALBERTA_CAPABILITIES_HH
static const unsigned int topologyId
Definition: common/capabilities.hh:29
Include standard header files.
Definition: agrid.hh:59
[ provides Dune::Grid ]
Definition: agrid.hh:137
Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false)
Definition: common/capabilities.hh:86
static const bool v
Definition: common/capabilities.hh:97
Specialize with 'true' for all codims that a grid implements entities for. (default=false)
Definition: common/capabilities.hh:55
Specialize with 'true' if implementation provides backup and restore facilities. (default=false)
Definition: common/capabilities.hh:95
static const bool v
Definition: common/capabilities.hh:88
Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry typ...
Definition: common/capabilities.hh:24
Specialize with 'true' if implementation guarantees conforming level grids. (default=false)
Definition: common/capabilities.hh:77
static const bool v
Definition: common/capabilities.hh:26
A set of traits classes to store static information about grid implementation.
static const bool v
Definition: common/capabilities.hh:57
static const bool v
Definition: common/capabilities.hh:79
Definition: albertagrid/capabilities.hh:83