From: Martin Kronbichler Date: Mon, 22 Jul 2024 16:10:26 +0000 (+0200) Subject: Changelog X-Git-Tag: v9.6.0-rc1~23^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4e8266ba34fdad53a149d72433b5f31b42883fb;p=dealii.git Changelog --- diff --git a/doc/news/changes/minor/20240722Kronbichlerb b/doc/news/changes/minor/20240722Kronbichlerb new file mode 100644 index 0000000000..4fb0a89984 --- /dev/null +++ b/doc/news/changes/minor/20240722Kronbichlerb @@ -0,0 +1,6 @@ +Fixed: The identification of periodic boundaries for +parallel::distributed::Triangulation did not work properly for some meshes +that had different face orientations on the two sides of a periodic +boundary. This is now fixed. +
+(Martin Kronbichler, Paras Kumar, 2024/07/16)