From db25449ec9208bd8f578e7e5928e3473b8b75db8 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Tue, 12 Feb 2013 10:24:15 +0000 Subject: [PATCH] Mention the improved iterators. git-svn-id: https://svn.dealii.org/trunk@28321 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 50a23b7056..29420ce85f 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -186,6 +186,14 @@ DoFHandler, in particular removal of specializations.

Specific improvements

    + +
  1. Improved: The iterator class of the deal.II SparseMatrix class +and SparsityPattern have been revised for performance. Iterating over +a row of the matrix and querying the column index and the value is now +similarly fast as iterating over a vector. +
    +(Martin Kronbichler, 2013/02/12) +
  2. New: A new overload of BlockMatrixBase::add allows to add one block matrix to another, with a scaling factor.
    -- 2.39.5