From: Timo Heister Date: Tue, 13 Oct 2015 18:03:27 +0000 (-0400) Subject: changelog X-Git-Tag: v8.4.0-rc2~313^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682914112e9007fd249b72322066745a9736c289;p=dealii.git changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 03e9bb1fab..c80a023fc8 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -367,6 +367,12 @@ inconvenience this causes.
    +
  1. Fixed: GridGenerator::subdivided_parallelepiped() produced + invalid, unconnected meshes and wrong boundary indicators. +
    + (Timo Heister, 2015/10/13) +
  2. +
  3. Improved: DoFTools::compute_intergrid_transfer_representation can now be used with a fine grid given by a parallel::Triangulation.