Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2846-g6fb608615f 2025-03-15 04:10:00+00:00
\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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Changes between Version 9.5.0 and 9.5.2

This is the list of changes made between the release of deal.II version 9.5.0 and that of 9.5.2. All entries are signed with the names of the author.

Specific improvements

  1. Fixed: various configuration, compilation and instantiation issues have been addressed:

    1. fix a compilation issue with bundled boost and modern clang compiler
    2. instantiate various MPI helper functions for signed long long int
    3. add missing codimension-one instantiation for some DoFTools functions
    4. fix compiling with PETSc with complex scalar type
    5. allow compilation with PETSc but without MPI
    6. fix compilation of bundled tbb with gcc-13
    7. detect Trilinos NOX support and guard Trilinos NOX usage


    (Daniel Arndt, Wolfgang Bangerth, Matthias Maier, 2024/01/31)