Skip to content
Snippets Groups Projects
Commit d8cb3fa1 authored by Oliver Sander's avatar Oliver Sander
Browse files

Merge branch 'improve-geometry-type-documentation' into 'master'

Improve the description of BasicType::none

See merge request !58
parents 06055baf 652288cb
Branches feature/combine-release-master-changelogs
No related tags found
1 merge request!58Improve the description of BasicType::none
Pipeline #
......@@ -283,8 +283,8 @@ namespace Dune
cube, //!< Cube element in any nonnegative dimension
pyramid, //!< Four sided pyramid in three dimensions
prism, //!< Prism element in three dimensions
extended, //!< Other, more general geometry, representable as topologyId
none //!< Generic element in any nonnegative dimension
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.
};
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment