From: Martin Kronbichler Date: Sun, 29 Mar 2020 13:58:46 +0000 (+0200) Subject: changelog X-Git-Tag: v9.2.0-rc1~330^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86180bba50fd600ac974e42b34e8289360ac17c1;p=dealii.git changelog --- 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)