From: Martin Kronbichler Date: Sat, 2 Dec 2017 10:07:30 +0000 (+0100) Subject: Add changelog. X-Git-Tag: v9.0.0-rc1~691^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e84200e9dd45358d57af52f69b5e7431cce1c4;p=dealii.git Add changelog. --- diff --git a/doc/news/changes/minor/20171202MartinKronbichler b/doc/news/changes/minor/20171202MartinKronbichler new file mode 100644 index 0000000000..154a1a9d44 --- /dev/null +++ b/doc/news/changes/minor/20171202MartinKronbichler @@ -0,0 +1,7 @@ +Fixed: Manifold::normal_vector() used to pick two directions that are almost +linearly dependent quite often, which resulted in very bad accuracy of the +normal vectors. This has been fixed. The downstream use of this function on +curved geometries in VectorTools::compute_no_normal_flux_constraints() has now +become much more accurate and robust. +
+(Martin Kronbichler, 2017/12/02)