From: kronbichler Date: Thu, 5 Nov 2009 15:49:21 +0000 (+0000) Subject: Name change in Vector class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f5002e1a0f80c7a21ca13ec3d18da02fccb588f;p=dealii-svn.git Name change in Vector class. git-svn-id: https://svn.dealii.org/trunk@20030 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 5efe841022..841f5e1fa4 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -357,6 +357,17 @@ inconvenience this causes.
    +
  1. +

    + Improved: The Vector class has been equipped with an improved way to + calculate sums in inner products and norms. This reduces the accumulation + of round-off errors. Especially the solution with float vectors should + profit from the new implementation. +

    +
    + (Martin Kronbichler 2009/11/05) +
  2. +
  3. Improved: The ConstraintMatrix class now uses a cache for random access to