From 8d61cefb9ee9bf3463df29ea23b409f17ff4b122 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 May 2005 03:33:45 +0000 Subject: [PATCH] Fixed: The PETSc matrix iterators had trouble when some rows of a matrix were empty. This has now been mostly fixed. git-svn-id: https://svn.dealii.org/trunk@10606 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index cd2e5f8e4e..011c57bc22 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -272,6 +272,13 @@ inconvenience this causes.

lac

    +
  1. + Fixed: The PETSc matrix iterators had trouble when some rows of a + matrix were empty. This has now been mostly fixed. +
    + (WB, 2005/05/02) +

    +
  2. Fixed: The PETScWrappers::MPI::SparseMatrix class had functions that allow to take a pre-existing sparsity pattern -- 2.39.5