From: Martin Kronbichler Date: Fri, 15 Dec 2017 15:45:02 +0000 (+0100) Subject: Remove a badly worded part of changelog. X-Git-Tag: v9.0.0-rc1~654^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5626%2Fhead;p=dealii.git Remove a badly worded part of changelog. --- diff --git a/doc/news/changes/major/20171204MartinKronbichler b/doc/news/changes/major/20171204MartinKronbichler index df53b52a66..644cb99511 100644 --- a/doc/news/changes/major/20171204MartinKronbichler +++ b/doc/news/changes/major/20171204MartinKronbichler @@ -1,11 +1,10 @@ -Improved: The mesh smoothing algorithms applied in the Triangulation class and -MappingQGeneric have been changed from the old Laplace-style smoothing to a -transfinite interpolation that linearly blends between the descriptions on the -faces around a cell. The old transformation introduced boundary layers inside -cells that prevented convergence rates to exceed 3.5 in the global L2 errors -on typical settings, whereas all derivatives in the mapping from unit to real -cell are bounded by the derivatives of the manifold description. This change -also considerably improves mesh quality on settings where curved descriptions -were only applied to the boundary rather than the whole volume. +Improved: The manifold smoothing algorithms applied in the Triangulation class +and MappingQGeneric have been changed from the old Laplace-style smoothing to +a transfinite interpolation that linearly blends between the descriptions on +the faces around a cell. The old transformation introduced boundary layers +inside cells that prevented convergence rates from exceeding 3.5 in the global +L2 errors on typical settings. This change also considerably improves mesh +quality on settings where curved descriptions are only applied to the boundary +rather than the whole volume.
(Martin Kronbichler, 2017/12/04)