From: Martin Kronbichler Date: Sun, 3 Apr 2016 11:11:43 +0000 (+0200) Subject: Mention change X-Git-Tag: v8.5.0-rc1~1145^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bab7b1f4332ce73ae3c461533dcd2c4f9eed856f;p=dealii.git Mention change --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 42dd322b80..88ee274e1f 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -111,15 +111,22 @@ inconvenience this causes.

Specific improvements

    -
  1. New: Add GridTools::remove_hanging_nodes() and - GridTools::remove_anisotropy() in GridTools. GridTools::remove_hanging_nodes() - detects cells with hanging nodes and refines the neighbours in the direction - that removes hanging nodes or in every directions. - GridTools::remove_anisotropy() refines a mesh until the resulting mesh is - composed by cells with ratio between the extension in each coordinate - direction lower than a fixed value. -
    - (Mauro Bardelloni, 2016/03/28) +
  2. Fixed: The multigrid transfer performed invalid data accesses on + multigrid hierarchies that define the coarse level as a level larger than + 0. This has been fixed. +
    + (Martin Kronbichler, 2016/04/03) +
  3. + +
  4. New: Add GridTools::remove_hanging_nodes() and + GridTools::remove_anisotropy() in GridTools. GridTools::remove_hanging_nodes() + detects cells with hanging nodes and refines the neighbours in the direction + that removes hanging nodes or in every directions. + GridTools::remove_anisotropy() refines a mesh until the resulting mesh is + composed by cells with ratio between the extension in each coordinate + direction lower than a fixed value. +
    + (Mauro Bardelloni, 2016/03/28)
  5. New: When using C++11, a move constructor and assignment operator has