From 14aefa0cc642b2f190897f134465eac67dd60f6f Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 30 Mar 2006 21:02:33 +0000 Subject: [PATCH] changes in BlockSparsityPattern git-svn-id: https://svn.dealii.org/trunk@12786 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b70bff9142..471ad5ee67 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -433,6 +433,15 @@ inconvenience this causes.

lac

    + +
  1. Improved: BlockSparsityPattern can be + initialized directly using the vector generated by + DoFTools::compute_row_length_vector. +
    + (GK 2006/03/30) +

    +
  2. Improved: All matrix (and some vector) classes now check whether entries written into them represent finite floating point -- 2.39.5