From: guido Date: Thu, 11 Oct 2001 09:52:42 +0000 (+0000) Subject: row length 0 in SparsityPattern X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f572a40f3aa3f88a68b45f7d98606d307b019b93;p=dealii-svn.git row length 0 in SparsityPattern git-svn-id: https://svn.dealii.org/trunk@5142 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html index a3ef7c5951..87ade579f2 100644 --- a/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html +++ b/deal.II/doc/news/2001/3.2.0-vs-3.2.1.html @@ -14,6 +14,15 @@

Changes between versions 3.2.0 and 3.2.1

    +
  1. + Fixed: class SparsityPattern can + handle rows of length zero now. For quadratic matrices, these + rows are changed to length one, since a diagonal element must + be stored. +
    + (GK 2001/10/11) +

    +
  2. Fixed: The DataOutBase::EpsFlags class forgot to declare the reverse grey scale function as one diff --git a/deal.II/doc/news/2001/c-3-2.html b/deal.II/doc/news/2001/c-3-2.html index 97b7e9d105..a887b90a24 100644 --- a/deal.II/doc/news/2001/c-3-2.html +++ b/deal.II/doc/news/2001/c-3-2.html @@ -52,6 +52,15 @@ documentation, etc.

    lac

      +
    1. + Fixed: class SparsityPattern can + handle rows of length zero now. For quadratic matrices, these + rows are changed to length one, since a diagonal element must + be stored. +
      + (GK 2001/10/11) +

      +
    2. New: The BlockVector now has a full-fledged random access iterator type, working in exactly