From 84577f16d735486426e1f8b68ee4f0d86762a56c Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 24 Jun 2005 14:45:31 +0000 Subject: [PATCH] bugfix for SparsityPattern::block_read/write git-svn-id: https://svn.dealii.org/trunk@10936 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5