From: Martin Kronbichler Date: Thu, 5 Nov 2009 15:49:21 +0000 (+0000) Subject: Name change in Vector class. X-Git-Tag: v8.0.0~6854 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b51e95771cc98d7c48e58cc9b65c23cfba536999;p=dealii.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