From: Martin Kronbichler Date: Mon, 20 Dec 2021 09:20:50 +0000 (+0100) Subject: Changelog X-Git-Tag: v9.4.0-rc1~722^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13101%2Fhead;p=dealii.git Changelog --- diff --git a/doc/news/changes/minor/20211220MartinKronbichler b/doc/news/changes/minor/20211220MartinKronbichler new file mode 100644 index 0000000000..806ac42aa6 --- /dev/null +++ b/doc/news/changes/minor/20211220MartinKronbichler @@ -0,0 +1,5 @@ +Fixed: The matrix-free FEFaceEvaluation would produce wrong results in case +hanging nodes were present on faces with non-standard orientation. This is now +fixed. +
+(Martin Kronbichler, 2021/12/20)