From e3652cd0c3090d4392e2742457e96a3dd8a2ed4f Mon Sep 17 00:00:00 2001 From: young Date: Fri, 18 Jan 2013 19:39:28 +0000 Subject: [PATCH] Record the changes to SLEPcWrappers. git-svn-id: https://svn.dealii.org/trunk@28135 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index d5d0e40d4d..3685fbb5fc 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -185,6 +185,12 @@ point becomes too small or negative.
(Martin Kronbichler, 2013/01/18) +
  • Improved: SLEPcWrappers:: The interface to SLEPc has an improved +handle on SolverControl such that solver data can be extracted at run +tume. An example usage has been added to step-36. +
    +(Toby D> Young, 2013/01/18) +
  • Fixed: Various variants of the TrilinosWrappers::SparseMatrix::reinit functions take a parameter drop_tolerance that allows to remove small values from the matrix and replace them by zero instead. This was not -- 2.39.5