3#ifndef DUNE_ALBERTA_CAPABILITIES_HH
4#define DUNE_ALBERTA_CAPABILITIES_HH
6#include <dune/geometry/type.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 = GeometryTypes::simplex(dim).id();
43 template<
int dim,
int dimworld,
int codim >
46 static const bool v =
true;
54 template<
int dim,
int dimworld,
int codim >
57 static const bool v =
true;
64 template<
int dim,
int dimworld >
67 static const bool v =
false;
73 template<
int dim,
int dimworld >
76 static const bool v =
true;
82 template<
int dim,
int dimworld >
85 static const bool v =
true;
93 template<
class Gr
id >
96 template<
int dim,
int dimworld >
99 static const bool v =
true;
Include standard header files.
Definition: agrid.hh:58
[ provides Dune::Grid ]
Definition: agrid.hh:107
Definition: albertagrid/capabilities.hh:94
Specialize with 'true' for if the codimension 0 entity of the grid has only one possible geometry typ...
Definition: common/capabilities.hh:25
static const bool v
Definition: common/capabilities.hh:26
static const unsigned int topologyId
Definition: common/capabilities.hh:29
Specialize with 'true' for all codims that a grid implements entities for. (default=false)
Definition: common/capabilities.hh:56
static const bool v
Definition: common/capabilities.hh:57
specialize with 'true' for all codims that a grid provides an iterator for (default=hasEntity<codim>:...
Definition: common/capabilities.hh:72
static const bool v
Definition: common/capabilities.hh:73
Specialize with 'true' if implementation guarantees conforming level grids. (default=false)
Definition: common/capabilities.hh:104
static const bool v
Definition: common/capabilities.hh:105
Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false)
Definition: common/capabilities.hh:113
static const bool v
Definition: common/capabilities.hh:114
Specialize with 'true' if implementation provides backup and restore facilities. (default=false)
Definition: common/capabilities.hh:122
static const bool v
Definition: common/capabilities.hh:123
A set of traits classes to store static information about grid implementation.