From: Wolfgang Bangerth Date: Tue, 3 May 2005 03:33:45 +0000 (+0000) Subject: Fixed: The PETSc matrix iterators had trouble when some rows of a X-Git-Tag: v8.0.0~13949 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d7b802dac4aab446384a88f268c406c3435d25;p=dealii.git 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 --- 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