From e6e8f1eb236248388444e2cd315854e5c75086b1 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Tue, 10 Jan 2006 00:47:21 +0000 Subject: [PATCH] Filtered Matrix. git-svn-id: https://svn.dealii.org/trunk@11980 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 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 -- 2.39.5