From: wolf Date: Mon, 29 May 2000 16:10:05 +0000 (+0000) Subject: Note bugfix by Ralf in DataOut. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd26db89c06004e7c0f3b37f346c175fd603feb3;p=dealii-svn.git Note bugfix by Ralf in DataOut. git-svn-id: https://svn.dealii.org/trunk@2974 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html b/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html index a078358488..b2f06b955f 100644 --- a/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html +++ b/deal.II/doc/news/2000/3.0.0-vs-3.0.1.html @@ -14,14 +14,6 @@

Changes between versions 3.0 and 3.0.1

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

    -
  2. Fix: the triangulation class over-estimated the necessary amount of memory needed upon refinement and allocated too @@ -30,6 +22,13 @@ (WB 2000/04/19)

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

  4. Fix: FullMatrix::Tmmult and @@ -37,6 +36,14 @@
    (WB 2000/05/08 and 2000/05/26)

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

diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 23d0b3fafb..46d4435516 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -62,6 +62,14 @@

lac

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

    +
  2. Fix: the FullMatrix::Tvmult function