From e1d28ba5906dca04039c539789f63f6e34a55e5d Mon Sep 17 00:00:00 2001 From: hartmann Date: Wed, 19 Feb 2003 18:00:03 +0000 Subject: [PATCH] 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 --- deal.II/doc/news/2002/c-3-4.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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