From: Luca Heltai Date: Mon, 28 Mar 2016 11:04:47 +0000 (+0200) Subject: Fixed typo. X-Git-Tag: v8.5.0-rc1~1163^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2421%2Fhead;p=dealii.git Fixed typo. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 9c68616da2..e939fc5a48 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -114,7 +114,7 @@ inconvenience this causes.
  • 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. + 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.