3 #ifndef DUNE_GEOMETRY_DIMENSION_HH
4 #define DUNE_GEOMETRY_DIMENSION_HH
13 :
public std::integral_constant<int,dim>
21 :
public std::integral_constant<int,codim>
28 #endif // DUNE_GEOMETRY_DIMENSION_HH
Definition: affinegeometry.hh:18
Codim type
Definition: dimension.hh:23
Static tag representing a dimension.
Definition: dimension.hh:12
Static tag representing a codimension.
Definition: dimension.hh:20
Dim type
Definition: dimension.hh:15