From a05508726138e4b99938fa52eafd86fa35a2b80f Mon Sep 17 00:00:00 2001 From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Mon, 15 Mar 2004 16:55:00 +0000 Subject: [PATCH] Move an entry to the right place. git-svn-id: https://svn.dealii.org/trunk@8744 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) 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 <h3>lac</h3> <ol> - <li> <p> Improved: When eliminating nodes from a matrix using the <code - class="member">ConstraintMatrix::condense</code> 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. - <br> - (WB 2004/03/02) - </p> - - <li> <p> New: The <code class="class">Vector</code> and <code class="class">BlockVector</code> classes now have member functions <code class="member">is_non_negative</code> that check whether a vector @@ -482,6 +471,16 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK (WB 2004/03/08) </p> + <li> <p> Improved: When eliminating nodes from a matrix using the <code + class="member">ConstraintMatrix::condense</code> 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. + <br> + (WB 2004/03/02) + </p> + <li> <p> Changed: The classes <code class="class">DataOut*</code> and <code class="class">KellyErrorEstimator</code> have been generalized to take more and different vector types as input parameters. In particular, -- 2.39.5