From c3ab62c1e747290b703424d040b56315f1e8e43b Mon Sep 17 00:00:00 2001 From: ESeNonFossiIo Date: Mon, 28 Mar 2016 00:10:53 +0200 Subject: [PATCH] changes.h - remove_hanging_nodes and remove_anisotropy --- doc/news/changes.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- 2.39.5