Reference documentation for deal.II version GIT relicensing-1321-g19b0133728 2024-07-26 07:50:01+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\}}\)
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.

General

Specific improvements

  1. Deprecated: SmartPointer is clearly documented as not owning the object it points to. Yet, SmartPointer::clear() deletes the object pointed to, thereby assuming that the SmartPointer object actually owns the object. This must surely be confusing. As a consequence the function is now deprecated.
    (Wolfgang Bangerth, 2024/07/25)

  2. Made mapping variables const in example files.
    (L r nt Hadnagy, 2024/07/25)