From: Denis Davydov Date: Tue, 9 Aug 2016 15:36:52 +0000 (+0200) Subject: an entry in changes.h X-Git-Tag: v8.5.0-rc1~785^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac867baf0465b86e4a0d2754593c012c1d5733d;p=dealii.git an entry in changes.h --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 6444cdfac0..8ada5394bd 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -428,6 +428,17 @@ SparsityPattern.

Specific improvements

    +
  1. New: Implement MGCoarseGridApplySmoother class to do a few steps of a + smoother at the coarsest level. +
    + (Denis Davydov, 2016/08/09) +
  2. + +
  3. New: PreconditionMG can now be used as a LinearOperator. +
    + (Denis Davydov, 2016/08/09) +
  4. +
  5. New: RelaxationBlock classes for geometric multigrid now support parallel computations using Trilinos.