/** \brief Each entity can be tagged by one of these basic types
/** \brief Each entity can be tagged by one of these basic types
* plus its space dimension */
* plus its space dimension */
enum
enum
DUNE_DEPRECATED_MSG("BasicType is deprecated and will be removed after DUNE 2.6")
BasicType{
BasicType{
simplex,//!< Simplicial element in any nonnegative dimension
simplex,//!< Simplicial element in any nonnegative dimension
cube,//!< Cube element in any nonnegative dimension
cube,//!< Cube element in any nonnegative dimension
...
@@ -291,7 +288,6 @@ namespace Dune
...
@@ -291,7 +288,6 @@ namespace Dune
extended,//!< Other, more general topology, representable as topologyId
extended,//!< Other, more general topology, representable as topologyId
none//!< Even more general topology, cannot be specified by a topologyId. Two GeometryTypes with 'none' type are equal if and only if they have the same dimension.
none//!< Even more general topology, cannot be specified by a topologyId. Two GeometryTypes with 'none' type are equal if and only if they have the same dimension.