Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-geometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-geometry
Commits
07ebdde1
Commit
07ebdde1
authored
6 years ago
by
Carsten Gräser
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Mention referenceElement.subEntity() in changelog
parent
d721f3b8
No related branches found
No related tags found
1 merge request
!116
[doc] Mention referenceElement.subEntity() in changelog
Pipeline
#14994
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-0
5 additions, 0 deletions
CHANGELOG.md
with
5 additions
and
0 deletions
CHANGELOG.md
+
5
−
0
View file @
07ebdde1
# 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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment