From a03eb3fdb7a506cf54dabf5cb65e5f60be1c6008 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 30 Mar 2004 15:08:39 +0000 Subject: [PATCH] Fix bugs with SparseMatrix iterators. git-svn-id: https://svn.dealii.org/trunk@8923 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-4-0.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/c-4-0.html b/deal.II/doc/news/c-4-0.html index 0fd81fb3f9..0e2b98131e 100644 --- a/deal.II/doc/news/c-4-0.html +++ b/deal.II/doc/news/c-4-0.html @@ -368,6 +368,13 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. Fixed: The SparseMatrix iterator classes + had various interesting bugs when rows of the matrix were completely + empty. These should now be fixed. +
    + (WB 2004/03/30) +

    +
  2. New: The SparsityPattern class now also has an iterator class that allows to walk over all nonzero entries of a sparsity pattern. -- 2.39.5