From b51e95771cc98d7c48e58cc9b65c23cfba536999 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 5 Nov 2009 15:49:21 +0000 Subject: [PATCH] Name change in Vector class. git-svn-id: https://svn.dealii.org/trunk@20030 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5