From a299b607520d3eae61004350dd092d6ce45c1d82 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 16 Apr 2009 13:57:55 +0000 Subject: [PATCH] Cosmetics. git-svn-id: https://svn.dealii.org/trunk@18626 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f25798f2b3..e14fc6b6a0 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -595,8 +595,8 @@ inconvenience this causes.
  1. - Updated: The SparseILU::vmult kernel has been re-written using the same - data structures as in SparseMatrix::vmult, which reduces the count of + Updated: The SparseILU::vmult kernel has been re-written to use similar + data structures as SparseMatrix::vmult, which reduces the count of operations by one third and the execution times on typical problems by ten to twenty precent.
    @@ -620,9 +620,8 @@ inconvenience this causes.

  2. Updated: The local_to_global functions in ConstraintMatrix got smarter, - which increases the speed of sparsity pattern generation with - ConstraintMatrix argument, and makes writing into sparse matrices using - distribute_local_to_global faster, in case there are many constraints. + which accelerates sparsity pattern generation and makes writing into + sparse matrices using distribute_local_to_global faster.
    (Martin Kronbichler 2009/03/16)

    -- 2.39.5