5#ifndef DUNE_ALBERTA_CAPABILITIES_HH
6#define DUNE_ALBERTA_CAPABILITIES_HH
8#include <dune/geometry/type.hh>
20 template<
int dim,
int dimworld >
28 namespace Capabilities
34 template<
int dim,
int dimworld >
37 static const bool v =
true;
38 static const unsigned int topologyId = GeometryTypes::simplex(dim).id();
45 template<
int dim,
int dimworld,
int codim >
48 static const bool v =
true;
56 template<
int dim,
int dimworld,
int codim >
59 static const bool v =
true;
66 template<
int dim,
int dimworld >
69 static const bool v =
false;
75 template<
int dim,
int dimworld >
78 static const bool v =
true;
84 template<
int dim,
int dimworld >
87 static const bool v =
true;
95 template<
class Gr
id >
98 template<
int dim,
int dimworld >
101 static const bool v =
true;
Include standard header files.
Definition: agrid.hh:60
[ provides Dune::Grid ]
Definition: agrid.hh:109
Definition: albertagrid/capabilities.hh:96
Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry typ...
Definition: common/capabilities.hh:27
static const bool v
Definition: common/capabilities.hh:28
static const unsigned int topologyId
Definition: common/capabilities.hh:31
Specialize with 'true' for all codims that a grid implements entities for. (default=false)
Definition: common/capabilities.hh:58
static const bool v
Definition: common/capabilities.hh:59
specialize with 'true' for all codims that a grid provides an iterator for (default=hasEntity<codim>:...
Definition: common/capabilities.hh:74
static const bool v
Definition: common/capabilities.hh:75
Specialize with 'true' if implementation guarantees conforming level grids. (default=false)
Definition: common/capabilities.hh:106
static const bool v
Definition: common/capabilities.hh:107
Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false)
Definition: common/capabilities.hh:115
static const bool v
Definition: common/capabilities.hh:116
Specialize with 'true' if implementation provides backup and restore facilities. (default=false)
Definition: common/capabilities.hh:124
static const bool v
Definition: common/capabilities.hh:125
A set of traits classes to store static information about grid implementation.