From 86180bba50fd600ac974e42b34e8289360ac17c1 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sun, 29 Mar 2020 15:58:46 +0200 Subject: [PATCH] changelog --- doc/news/changes/minor/20200330MartinKronbichler | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/minor/20200330MartinKronbichler diff --git a/doc/news/changes/minor/20200330MartinKronbichler b/doc/news/changes/minor/20200330MartinKronbichler new file mode 100644 index 0000000000..6cd2ea1ac5 --- /dev/null +++ b/doc/news/changes/minor/20200330MartinKronbichler @@ -0,0 +1,6 @@ +Fixed: FEValues would previously detect cell similarities when combined with +MappingFEField and MappingManifold when the underlying mesh had similarities, +even though the deformed cells did not. This would lead to wrong Jacobians and +transformed shape function gradients, among others, when running deal.II +without threads. This is now fixed. +
(Martin Kronbichler, 2020/03/30) -- 2.39.5