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.2 and 9.3.3

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

Specific improvements

  1. Fixed: use correct update flags in VectorTools::point_values().
    (Maximilian Bergbauer, 2022/01/24)

  2. Fixed: use portable "cmake -E remove" in quick_tests.
    (Matthias Maier, 2021/12/26)

  3. Fixed: Compatibility issues with Boost 1.78 have been resolved.
    (David wells, 2022/01/04)

  4. Fixed: deal.II has been updated to support the new OneAPI api interface introduced by the Intel Threading Building Blocks Library. Note that the threading support of the matrix-free backend will be disabled in this case: For now, the MatrixFree::AdditionalData::tasks_parallel_scheme control has no effect and simply defaults to the serial loop.
    (Wolfgang Bangerth, Matthias Maier, 2022/01/06)

  5. Fixed: A compilation issue with sundials has been resolved.
    (Timo Heister, 2021/12/25)

  6. Fixed: The shell script p4est-setup.sh for installing p4est has been updated for its latest releases (p4est>=2.3).
    (Marc Fehling, 2021/06/10)