Reference documentation for deal.II version GIT relicensing-216-gcda843ca70 2024-03-28 12:20:02+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 between Version 3.0.0 and 3.0.1

This is the list of changes made between the deal.II releases listed above. All entries are signed with the names of the author.

  1. Fix: in three space dimensions, the triangulation class over-estimated the necessary amount of memory needed upon refinement and allocated too much.
    (WB 2000/04/19)

  2. Fix: getting the support points from system finite elements (class FESystem) resulted in an exception.
    (WB 2000/05/10)

  3. Fix: FullMatrix::Tmmult and FullMatrix::Tvmult were broken.
    (WB 2000/05/08 and 2000/05/26)

  4. Fix: slight bug in DataOut::build_patches in multithreaded mode fixed.
    (Ralf Hartmann, 2000/05/29)

  5. Fix: SparsityPattern::print_gnuplot wrote rows and columns exchanged. Since most matrices have symmetric sparsity patterns, this has gone unnoticed by now.
    (WB 2000/05/30)

  6. Fixed: the common/scripts/make_dependencies.pl script that sets up the dependencies for the make files had a problem when the path to the library included special characters such as ‘+’. This is now fixed.
    (WB 2000/06/15)