Skip to content
Snippets Groups Projects
Commit d9fe625d authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[Changelog] Mention arbitrary refinements.

parent 42da31b1
No related branches found
No related tags found
1 merge request!78[Changelog] Mention arbitrary refinements.
Pipeline #
# 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`.
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