From: guido Date: Fri, 24 Jun 2005 14:45:31 +0000 (+0000) Subject: bugfix for SparsityPattern::block_read/write X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84577f16d735486426e1f8b68ee4f0d86762a56c;p=dealii-svn.git bugfix for SparsityPattern::block_read/write git-svn-id: https://svn.dealii.org/trunk@10936 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index fd969d6553..a640f7b71e 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -343,6 +343,17 @@ inconvenience this causes.

lac

    +
  1. + Fixed: SparsityPattern::block_write neither wrote the number of + columns of the pattern, nor the flag for optimizing the + diagonal, and SparsityPattern::block_read did not attempt to read this + data. Both is fixed now. +
    + (GK, 2005/06/24) +

    +
  2. Improved: SparseDirectUMFPACK now has the complete interface of a preconditioner