From: Martin Kronbichler Date: Sun, 18 Oct 2015 13:46:29 +0000 (+0200) Subject: List change X-Git-Tag: v8.4.0-rc2~303^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269daae29d332ba3a15fd51bddd9c15cdf3b9dbf;p=dealii.git List change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index c80a023fc8..747e708950 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -324,7 +324,6 @@ inconvenience this causes. (Daniel Shapero, 2015/08/12) -
  • New: FE_RannacherTurek describes a discontinuous FiniteElement with vanishing mean values of jumps across faces.
    @@ -367,13 +366,20 @@ inconvenience this causes.
      +
    1. New: Ghost cells for the multigrid levels in + parallel::distributed::Triangulation are now correctly created also for + periodic boundary conditions. +
      + (Martin Kronbichler, 2015/10/18) +
    2. +
    3. Fixed: GridGenerator::subdivided_parallelepiped() produced invalid, unconnected meshes and wrong boundary indicators.
      (Timo Heister, 2015/10/13)
    4. -
    5. Improved: DoFTools::compute_intergrid_transfer_representation +
    6. Improved: DoFTools::compute_intergrid_transfer_representation can now be used with a fine grid given by a parallel::Triangulation.
      (Alexander Grayver, 2015/10/09)