From: wolf Date: Mon, 15 Mar 2004 16:55:00 +0000 (+0000) Subject: Move an entry to the right place. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a05508726138e4b99938fa52eafd86fa35a2b80f;p=dealii-svn.git Move an entry to the right place. git-svn-id: https://svn.dealii.org/trunk@8744 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 1192fb9fc1..ec237991e1 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -342,17 +342,6 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    -
  1. Improved: When eliminating nodes from a matrix using the ConstraintMatrix::condense functions, the - diagonal entry was set to one. It is now set to an entry that more - resembles the size of the other diagonal entries, so that we don't run - into scaling problems for applications that have very large or small - domains. -
    - (WB 2004/03/02) -

    - -
  2. New: The Vector and BlockVector classes now have member functions is_non_negative that check whether a vector @@ -482,6 +471,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (WB 2004/03/08)

    +
  3. Improved: When eliminating nodes from a matrix using the ConstraintMatrix::condense functions, the + diagonal entry was set to one. It is now set to an entry that more + resembles the size of the other diagonal entries, so that we don't run + into scaling problems for applications that have very large or small + domains. +
    + (WB 2004/03/02) +

    +
  4. Changed: The classes DataOut* and KellyErrorEstimator have been generalized to take more and different vector types as input parameters. In particular,