From: luca Date: Tue, 10 Jan 2006 00:47:21 +0000 (+0000) Subject: Filtered Matrix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad327d1495bc05fbfb9cd7ea057826de37cd9a39;p=dealii-svn.git Filtered Matrix. git-svn-id: https://svn.dealii.org/trunk@11980 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index f0d95d64c6..bd2e3b6476 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -214,6 +214,17 @@ inconvenience this causes.

lac

    +
  1. + Improved: The FilteredMatrix class + was able to filter only the SparseMatrix + matrix class. + A new (faster) version is now in its place with the same interface + that is able to perform such a filter on anything that provides + the usual matrix vector operations. +
    + (Luca Heltai 2006/01/09) +

    +
  2. New: All solver classes took an argument of type VectorMemory which they use to allocate