From 3dba4f6c3ba9d73ebfdaa37e336dd2dd3c31214e Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 7 Oct 2004 15:52:08 +0000 Subject: [PATCH] Work around interface changes in PETSC 2.2.1 git-svn-id: https://svn.dealii.org/trunk@9695 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 81a95a6bf9..67746be4aa 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -169,6 +169,15 @@ inconvenience this causes.

lac

    +
  1. + Fixed: PETSc had changed some of its interfaces in version 2.2.1, which + prevented deal.II from working with it (it couldn't be compiled at + all). We have added checks that make sure that it can now again be + compiled with PETSc versions 2.1.6, 2.2.0, and 2.2.1. +
    + (WB 2004/10/07) +

    +
  2. New: A class PreconditionLU which provides a wrapper to the complete LU decomposition @@ -182,8 +191,8 @@ inconvenience this causes.
    (Oliver Kayser-Herold 2004/07/27)

    - -
  3. + +

  4. Improved: VectorTools::point_difference used to use an algorithm to find the cell the given point is in that was linear in the total number of active cells. It has been rewritten -- 2.39.5