From: Wolfgang Bangerth Date: Tue, 26 Oct 2021 02:45:56 +0000 (-0600) Subject: Add changelog entries. X-Git-Tag: v9.4.0-rc1~888^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18fdf080aa704c8795a3d495c43aeed799ae59e4;p=dealii.git Add changelog entries. --- diff --git a/doc/news/changes/minor/20211025Bangerth b/doc/news/changes/minor/20211025Bangerth new file mode 100644 index 0000000000..1aa0edd7bf --- /dev/null +++ b/doc/news/changes/minor/20211025Bangerth @@ -0,0 +1,4 @@ +New: The ReferenceCell class now has input and output operators (`>>` +and `<<`). +
+(Wolfgang Bangerth, 2020/10/25) diff --git a/doc/news/changes/minor/20211025Bangerth-b b/doc/news/changes/minor/20211025Bangerth-b new file mode 100644 index 0000000000..f772a8cf64 --- /dev/null +++ b/doc/news/changes/minor/20211025Bangerth-b @@ -0,0 +1,10 @@ +Changed: The DataOutBase::write_deal_II_intermediate() function had a +bug when outputting data that corresponds to cells other than +hypercubes. This is now fixed. In the process, the format version for +this function's output has been incremented from 3 to 4, which also +includes changing the order in which vertices are outputted. +
+The DataOutReader class was also updated to match the new output +format. +
+(Wolfgang Bangerth, 2020/10/25)