1 #ifndef DUNE_ALU3DGRID_CAPABILITIES_HH
2 #define DUNE_ALU3DGRID_CAPABILITIES_HH
10 #include <dune/geometry/genericgeometry/topologytypes.hh>
21 template<
int dim,
int dimworld >
24 template<
int dim,
int dimworld >
28 namespace Capabilities
48 static const bool v =
true;
49 static const unsigned int topologyId = GenericGeometry :: CubeTopology< 3 > :: type :: id ;
59 static const bool v =
true;
65 #if ALU3DGRID_PARALLEL
69 static const bool v =
true;
76 #if ALU3DGRID_PARALLEL
78 struct canCommunicate< ALUCubeGrid< 3, 3 >, codim >
80 static const bool v =
true;
90 static const bool v =
true;
99 static const bool v =
true;
121 static const bool v =
true;
122 static const unsigned int topologyId = GenericGeometry :: SimplexTopology< 3 > :: type :: id ;
131 static const bool v =
true;
137 #if ALU3DGRID_PARALLEL
141 static const bool v =
true;
148 #if ALU3DGRID_PARALLEL
149 template<
int codim >
150 struct canCommunicate< ALUSimplexGrid< 3, 3 >, codim >
152 static const bool v =
true;
162 static const bool v =
true;
171 static const bool v =
true;
178 #endif // #ifdef ENABLE_ALUGRID