5#ifndef DUNE_ALBERTA_CAPABILITIES_HH
6#define DUNE_ALBERTA_CAPABILITIES_HH
8#include <dune/geometry/type.hh>
20 template<
int dim,
int dimworld >
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
Contains all capabilities classes.
Definition albertagrid/capabilities.hh:29
[ provides Dune::Grid ]
Definition agrid.hh:109
static const bool v
Definition albertagrid/capabilities.hh:37
static const unsigned int topologyId
Definition albertagrid/capabilities.hh:38
static const bool v
Definition albertagrid/capabilities.hh:48
static const bool v
Definition albertagrid/capabilities.hh:59
static const bool v
Definition albertagrid/capabilities.hh:69
static const bool v
Definition albertagrid/capabilities.hh:78
static const bool v
Definition albertagrid/capabilities.hh:87
Definition albertagrid/capabilities.hh:96
static const bool v
Definition albertagrid/capabilities.hh:101
Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry typ...
Definition common/capabilities.hh:27
Specialize with 'true' for all codims that a grid implements entities for. (default=false).
Definition common/capabilities.hh:58
specialize with 'true' for all codims that a grid provides an iterator for (default=hasEntity<codim>:...
Definition common/capabilities.hh:74
Specialize with 'true' if implementation guarantees conforming level grids. (default=false).
Definition common/capabilities.hh:106
Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false).
Definition common/capabilities.hh:115
Specialize with 'true' if implementation provides backup and restore facilities. (default=false).
Definition common/capabilities.hh:124
A set of traits classes to store static information about grid implementation.