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
d9fe625d
There was a problem fetching the pipeline summary.
Commit
d9fe625d
authored
7 years ago
by
Jö Fahlke
Browse files
Options
Downloads
Patches
Plain Diff
[Changelog] Mention arbitrary refinements.
parent
42da31b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!78
[Changelog] Mention arbitrary refinements.
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
with
7 additions
and
0 deletions
CHANGELOG.md
+
7
−
0
View file @
d9fe625d
# Release 2.6
# Release 2.6
-
The enum
`GeometryType::BasicType`
is deprecated, and will be removed after Dune 2.6.
-
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. Whereever 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
type
`RefinementIntervals`
.
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