From: oliver Date: Thu, 15 Sep 2005 10:14:35 +0000 (+0000) Subject: Added a comment about the Tvmult method, which was implemented for X-Git-Tag: v8.0.0~13150 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b436bd7272008fa27d9a633987928a260ec33149;p=dealii.git 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 --- 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) +

    +