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
f976b483
Commit
f976b483
authored
6 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos in changelog
parent
8df884f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!128
Fix typos in changelog
Pipeline
#21834
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+5
-5
5 additions, 5 deletions
CHANGELOG.md
with
5 additions
and
5 deletions
CHANGELOG.md
+
5
−
5
View file @
f976b483
...
...
@@ -25,7 +25,7 @@
-
The enum
`GeometryType::BasicType`
is deprecated, and will be removed after Dune 2.6.
-
`VirtualRefinement`
and
`Refinement`
now support arbitrary refinements, not
just powers of two. Where
e
ver you where passing a parameter
`int levels`
just powers of two. Wherever you where passing a parameter
`int levels`
(now deprecated), you should now pass a parameter
`RefinementIntervals
intervals`
. There are convenience functions
`refinementIntervals(int
intervals)`
and
`refinementLevels(int levels)`
to construct parameters of
...
...
@@ -42,7 +42,7 @@
-
There are new singletons and factory functions in the namespace
`Dune::GeometryTypes`
. These
are now the official way to obtain a
`GeometryType`
.
-
The constructor taking a
`GeometryType::BasicType`
and a dimension has been deprecated and wil be
-
The constructor taking a
`GeometryType::BasicType`
and a dimension has been deprecated and wil
l
be
removed after the release of DUNE 2.6.
-
The assorted member functions
`GeometryType::make...()`
have been deprecated and will be removed
...
...
@@ -58,11 +58,11 @@
-
As a consequence of value semantics,
`ReferenceElement`
is default constructible now. A default
constructed
`ReferenceElement`
may only be assigned another
`ReferenceElement`
; all other
o
e
prations cause undefined behavior. Moreover, instances are now comparable and hashable to
op
e
rations cause undefined behavior. Moreover, instances are now comparable and hashable to
allow storing them in maps.
-
We have added code that tries to warn you if you are still storing a
`ReferenceElement`
by const
reference; please update all those occurences.
reference; please update all those occur
r
ences.
-
The meaning of
`Dune::ReferenceElement`
has changed. It is not a type anymore, but an alias
template that looks up the correct implementation for the given template arguments. For now,
...
...
@@ -74,7 +74,7 @@
-
You can now directly obtain a reference element for a given geometry using the free function
`referenceElement(geometry)`
. This function should be called without any namespace qualifiers to
enable ADL and you should normally capture the return value of the function using
`auto`
, but if
you need to explicit
e
ly access the type, this is also available as
you need to explicitly access the type, this is also available as
`Dune::ReferenceElement<Geometry>`
.
In short: If you can, use the following idiom to obtain a reference element for a geometry:
...
...
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