From: Timo Heister Date: Thu, 4 Feb 2016 19:43:18 +0000 (-0500) Subject: changelog X-Git-Tag: v8.4.0-rc2~38^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01bb43598d03110501c513db11616f94872a00c7;p=dealii.git changelog --- diff --git a/doc/news/changes.h b/doc/news/changes.h index dc6691570c..72a51d3175 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,6 +38,13 @@ inconvenience this causes.

    +
  1. Changed: GridGenerator::hyper_rectangle and + GridGenerator::subdivided_hyper_rectangle now take points with @p dim + components to correctly handle meshes embedded in higher dimensional spaces. +
    + (Timo Heister, 2016/02/04) +
  2. +
  3. Changed: The constructor of FiniteElementData had a last argument n_blocks that was not actually used by the class to initialize anything. It has been removed. In addition, the default @@ -213,6 +220,12 @@ inconvenience this causes.

    General

      +
    1. New: A variant for GridGenerator::subdivided_parallelepiped() was added + that supports meshes embedded in higher dimesional spaces. +
      + (Timo Heister, 2016/02/04) +
    2. +
    3. Fixed: Partitioning using METIS now works correctly with more domains than cells.