From: bangerth Date: Wed, 2 Sep 2009 22:34:36 +0000 (+0000) Subject: List a fix from today. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53d7d65be923159f0f10019017aeeed83eac1903;p=dealii-svn.git List a fix from today. git-svn-id: https://svn.dealii.org/trunk@19371 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index bc8af7f26c..280beefc68 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -296,7 +296,18 @@ inconvenience this causes.

lac

    - + +
  1. +

    + Fixed: When using the TrilinosWrappers::MPI::Vector::reinit() function with a parallel + vector, and if the vector initialized and the vector given had a local range on one of + the processors that exactly matched, the program would freeze if the local ranges on + the other processors did not also match exactly. This is now fixed. +

    +
    + (WB 2009/09/02) +
  2. +
  3. Improved: BlockVector and several of the block sparsity patterns can now be initialized with BlockIndices objects. Therefore, if an application needs such an object, it does @@ -305,15 +316,15 @@ inconvenience this causes. (GK 2009/08/26)

  4. - -
  5. New: The class PreconditionChebyshev implements a - preconditioner based on Chebyshev polynomials. It is based on matrix-vector + +

  6. New: The class PreconditionChebyshev implements a + preconditioner based on Chebyshev polynomials. It is based on matrix-vector products together with some vector updates.
    (Martin Kronbichler 2009/08/25)

  7. - +
  8. Fixed: Crash or strange behaviour (wrong matrix entries written) in @@ -415,7 +426,7 @@ inconvenience this causes. (GK 2009/08/26)

  9. - +
  10. New: The function GridGenerator::truncated_cone() and the class ConeBoundary