From 63d5a73b0820c932bd4c1aca86b1e59ff6b740c9 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 12 Apr 2000 19:27:50 +0000 Subject: [PATCH] Subscriptor ans PreconditionBlockSSOR::set_omega git-svn-id: https://svn.dealii.org/trunk@2708 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 792c9787d3..ae1094c8ac 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -20,10 +20,19 @@

base

+
    + +
  1. Improved: Subscriptor prints the real class name + if a subscribed object is deleted. +

lac

    + +
  1. New: PreconditionBlockSSOR::set_omega + allows to change the relaxation parameter. +
  2. Fix: SolverCG counts steps properly.
  3. New: Solver*: There is a virtual function -- 2.39.5