From: ESeNonFossiIo Date: Sun, 27 Mar 2016 22:10:53 +0000 (+0200) Subject: changes.h - remove_hanging_nodes and remove_anisotropy X-Git-Tag: v8.5.0-rc1~1163^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ab62c1e747290b703424d040b56315f1e8e43b;p=dealii.git changes.h - remove_hanging_nodes and remove_anisotropy --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 8f76112a59..9c68616da2 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -110,7 +110,18 @@ 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 everery 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. +
    3. New: The product of a rank-1 tensor (a vector) and a rank-2 symmetric tensor (a symmetric matrix) is now defined and yields a rank-1 tensor (a vector). The opposite product was previously