Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Changes between Version 9.3.0 and 9.3.1

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.

Specific improvements

  1. Fixed: Various MPI configuration and compatibility issues have been resolved.
    (Timo Heister, Matthias Maier, 2021/06/29)

  2. 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)

  3. Fixed: various gcc 11 warnings, missing instantiations and compilation and configuration issues.
    (Timo Heister, David Wells, 2021/06/29)

  4. 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)

  5. 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)