From: Ralf Hartmann Date: Wed, 19 Feb 2003 18:00:03 +0000 (+0000) Subject: SparseLUDecomposition classes have now unified interfaces. The old interface is now... X-Git-Tag: v8.0.0~16885 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c452b1b63263af4bb09f89558a6387bf34b930c;p=dealii.git SparseLUDecomposition classes have now unified interfaces. The old interface is now deprecated. git-svn-id: https://svn.dealii.org/trunk@7186 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index e80f927325..d08852434e 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -563,6 +563,23 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    +
  1. + New/Changed: The SparseILU, SparseMIC and SparseLUDecomposition now use the same + interface (initialize, vmult, clear) + as all PreconditionBlock classes. In + virtue of an unified preconditioner interface it is now + recommended to use the new methods. The old methods (reinit, decompose, apply_decomposition) are now deprecated, + and will be removed in a later version. +
    + (RH 2003/02/19) +

    +
  2. Changed: The BlockVector accessor classes have been moved to a namespace