From 9f8684c3276c885f38e4f35773f77659d397969b Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 27 Jul 2004 14:16:00 +0000 Subject: [PATCH] Added comment about PreconditionLU and SolverPreOnly. git-svn-id: https://svn.dealii.org/trunk@9523 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index be48f66ffd..a994035b77 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -75,6 +75,20 @@ inconvenience this causes.

base

    +
  1. + New: A class PreconditionLU which + provides a wrapper to the complete LU decomposition + preconditioner of PETSc. Furthermore a class + SolverPreOnly was implemented. It + is a wrapper for the PETSc solver type KSPPREONLY, which + only applies the preconditioner. In conjunction with + PreconditionLU this provides a + simple direct solver, which could be used for small to medium + sized problems on a single processor machine. +
    + (Oliver Kayser-Herold 2004/07/27) +

    +
  2. New: A class PointerComparison for comparing pointers that may or may not be of the same type. -- 2.39.5