From: ESeNonFossiIo Date: Wed, 13 Apr 2016 19:06:26 +0000 (+0200) Subject: changes.g X-Git-Tag: v8.5.0-rc1~1104^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368531fda10c1eaa7880ebeac6d049192c62274e;p=dealii.git changes.g --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 17be42c625..7a8f5619e7 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -197,6 +197,12 @@ inconvenience this causes.
    +
  1. New: added ReinitHelper for PETSc. This is required by LinearOperator + class to reinit vectors. +
    + (Mauro Bardelloni, 2016/04/13) +
  2. +
  3. Fixed and improved: Fix algorithm for incomplete assignment of level subdomain ids for parallel geometric multigrid. Also optimize algorithms used for assignment and DoF communication.