From: Martin Kronbichler Date: Wed, 6 Aug 2014 06:47:11 +0000 (+0200) Subject: List change in doc/news/changes.h X-Git-Tag: v8.2.0-rc1~228^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F52%2Fhead;p=dealii.git List change in doc/news/changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index c47ad6ad70..272bce21d2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -190,6 +190,13 @@ inconvenience this causes.

Specific improvements

    +
  1. New: TrilinosWrappers::PreconditionAMG can now be initialized from an + object of type Epetra_RowMatrix, which allows using it with more arbitrary + matrix objects, including matrix-free methods. +
    + (Martin Kronbichler, 2014/08/06) +
  2. +
  3. Fixed: The FE_Nedelec element computed face interpolation matrices wrongly for elements of order p>1. This also led to trouble computing hanging node constraints in the context of hp adaptivity. This is now fixed.