From: Nils Margenberg Date: Sun, 22 Jan 2023 13:48:44 +0000 (+0100) Subject: Add changelog entry X-Git-Tag: v9.5.0-rc1~488^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a44f493e99d2eb193808e25add590cfb417a0231;p=dealii.git Add changelog entry --- diff --git a/doc/news/changes/minor/20230122Margenberg b/doc/news/changes/minor/20230122Margenberg new file mode 100644 index 0000000000..596c401afe --- /dev/null +++ b/doc/news/changes/minor/20230122Margenberg @@ -0,0 +1,5 @@ +Fixed: When outputting hexahedral meshes in AVS Explorer's UCD file format, +cells were written with an inverted vertex order. While they were shown +correctly, these cells had negative volume. This has now been fixed. +
+(Nils Margenberg, 2023/01/22)