Reference documentation for deal.II version 9.5.1
\(\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 since the last release

This is the list of changes made since the last release of deal.II. All entries are signed with the names of the authors.

Incompatibilities

Following are a few modifications to the library that unfortunately are incompatible with previous versions of the library, but which we deem necessary for the future maintainability of the library. Unfortunately, some of these changes will require modifications to application programs. We apologize for the inconvenience this causes.

  1. Removed: The rarely used long double variants std_cxx17::legendrel and std_cxx17::cyl_bessel_jl have been removed due to a compatibility issue with boost-1.83. If you happen to use these functions in your project you can change to using std::legendrel and std::cyl_bessel_jl directly, which are provided by the C++ standard template library.
    (Matthias Maier, 2024/01/08)

  2. Rotated: The changes files have been rotated.
    (Matthias Maier, 2023/06/27)

General

  1. Rotated: The changes files have been rotated.
    (Matthias Maier, 2023/06/27)

Specific improvements

  1. Rotated: The changes files have been rotated.
    (Matthias Maier, 2023/06/27)