From: Wolfgang Bangerth Date: Wed, 28 Jul 2004 22:23:11 +0000 (+0000) Subject: Put an entry into the right place. X-Git-Tag: v8.0.0~14937 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa26e80ba76248d2e8bf5ffa347190035c61501c;p=dealii.git Put an entry into the right place. git-svn-id: https://svn.dealii.org/trunk@9531 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index a994035b77..7217f5c5ee 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -75,20 +75,6 @@ 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. @@ -126,6 +112,20 @@ inconvenience this causes.

    lac

      +
    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. Improved: VectorTools::point_difference used to use an algorithm to find the cell the given point is in that