#1501 Release of dune 2.4
Metadata
Property | Value |
---|---|
Reported by | Carsten Gräser (graeser@math.fu-berlin.de) |
Reported at | Sep 29, 2014 10:13 |
Type | Discussion |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Carsten Gräser (graeser@math.fu-berlin.de) |
Last edited at | Oct 6, 2015 09:12 |
Closed by | Carsten Gräser (graeser@math.fu-berlin.de) |
Closed at | Oct 6, 2015 09:12 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | Release has been published. |
Description
This is for collecting stuff related to the 2.4 release.
On the 2014 dev meeting the following features have been voted for 2.4:
-
- Add all (despite well-founded exceptions) flags by default. (Markus)
The following have been voted w/o dedicated release number but may also be suited for 2.4:
-
- Get rid of istl_assign_to_fmatrix (Christoph Ge.)
The followings features have been voted for 2.4 but where skipped for the release:
-
- Deprecate overlapSize(), ghostSize(), communicate() on grid.
-
- Add hasEntityIterator capability
-
- Remove C++11 compatibility code
The followings task are done:
-
- Make cmake the default and add --use-autotools in dunecontrol.
-
- Deprecate SGrid (Oliver)
-
- Remove Alberta 2 support.
-
- Merge all-entities-yaspgrid.
-
- Add global index set from Benedikt Oswald and check compatibility with scotch.
-
- Make EntityIterators forward_iterators.
-
- Make entities copyable.
-
- Make intersections copyable.
-
- Deprecate PartitionIteratorType paramter of gridviews (Martin)
-
- Deprecate IndexSet::geomTypes()
-
- Add types() on indexsets and gridviews (Martin)
-
- Document and merge range based for (Steffen)
-
- Deprecate map() and add index() subIndex() to mappers (Oliver)
-
- Use Mapper::IndexType instead of plain int (Oliver)
-
- Make gridcheck headers .hh (Steffen)
-
- Rename monom.hh to monomial.hh (Oliver)
-
- Only run boost check in dune-common if necessary.
-
- Deprecate Geometry::dimension and Geometry::dimensionworld (Oliver)
-
- Deprecate isParallel capability