From b436bd7272008fa27d9a633987928a260ec33149 Mon Sep 17 00:00:00 2001 From: oliver Date: Thu, 15 Sep 2005 10:14:35 +0000 Subject: [PATCH] Added a comment about the Tvmult method, which was implemented for the SparseILU preconditioner. git-svn-id: https://svn.dealii.org/trunk@11444 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 5473eee68e..883e6fa446 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -51,6 +51,15 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. + New: Now the class SparseILU supports + also the Tvmult method. This feature + allows the straightforward use of SparseILU + as a multigrid smoother within the framework. +
    + (Oliver Kayser-Herold 2005/09/15) +

    +
-- 2.39.5