Reference documentation for deal.II version 9.6.0
|
This is the list of changes made between the release of deal.II version 9.3.0 and that of 9.3.1. All entries are signed with the names of the author.
Fixed: Various MPI configuration and compatibility issues have been resolved.
(Timo Heister, Matthias Maier, 2021/06/29)
Fixed: Added a proper configuration guard for a gcc 11 compiler bug. This fixes a compilation issue with Intel compilers versions 18 and 19.
(Matthias Maier, 2021/06/29)
Fixed: various gcc 11 warnings, missing instantiations and compilation and configuration issues.
(Timo Heister, David Wells, 2021/06/29)
Fixed: Removed some pointers in MappingQGeneric and MappingFE that could cause segmentation faults at high optimization levels due to compiler assumptions about data alignment.
(David Wells, 2021/06/17)
Fixed: Reorder grid cells in GridIn::read_exodusii() for a quad/hex mesh. This allows the mesh to be used in a parallel::distributed::Triangulation.
(Maximilian Bergbauer, 2021/06/07)