Skip to content
Snippets Groups Projects
Commit 92165eda authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[!116] [doc] Mention referenceElement.subEntity() in changelog

Merge branch 'feature/update-changelog' into 'master'

See merge request [!116]

  [!116]: Nonecore/dune-geometry/merge_requests/116
parents d721f3b8 07ebdde1
No related branches found
No related tags found
1 merge request!116[doc] Mention referenceElement.subEntity() in changelog
Pipeline #14995 passed
# Master (will become release 2.7)
- The reference elements have a new method `subEntities`. The result of
`referenceELement.subEntities(i,codim, c)` is an iterable range
containing the indices of all codim-`c` subentities of the subentity
`(i,codim)`, e.g., the vertices of an edge. The range also provides
the methods `size()` and `contains()`.
- The methods `GeometryType(int)` and `GeometryType(unsigned int)` have been deprecated
and will be removed after the release of dune-geometry 2.7. Instead, please now use
`GeometryTypes::cube(dim)` to construct one- or two-dimensional `GeometryType` objects.
......
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