From: Wolfgang Bangerth Date: Sun, 14 Nov 2010 22:32:17 +0000 (+0000) Subject: Announce PETScWrappers::PreconditionBoomerAMG. X-Git-Tag: v8.0.0~4932 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2740a831e685c52b7b9eb193560f8771df048ba7;p=dealii.git Announce PETScWrappers::PreconditionBoomerAMG. git-svn-id: https://svn.dealii.org/trunk@22725 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index d9f9dfbd25..95597df143 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -321,6 +321,13 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

lac

    +
  1. New: When Hypre is available as a sub-package of PETSc, the new class + PETScWrappers::PreconditionBoomerAMG provides the BoomerAMG implementation + of the algebraic multigrid method of the Hypre package as a preconditioner. + This functionality is used, for example, in step-40. +
    + (Timo Heister 2010/11/13) +

  2. New: The class LAPACKFullMatrix now has functions to compute the singular value decomposition of a matrix and its inverse.