From 80e84200e9dd45358d57af52f69b5e7431cce1c4 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sat, 2 Dec 2017 11:07:30 +0100 Subject: [PATCH] Add changelog. --- doc/news/changes/minor/20171202MartinKronbichler | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20171202MartinKronbichler 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) -- 2.39.5