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 >
83 struct hasHierarchicIndexSet;
85 template<
int dim,
int dimworld >
88 static const bool v =
true;
95 #endif // #if HAVE_ALBERTA
97 #endif // #ifndef DUNE_ALBERTA_CAPABILITIES_HH