From 18fdf080aa704c8795a3d495c43aeed799ae59e4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 25 Oct 2021 20:45:56 -0600 Subject: [PATCH] Add changelog entries. --- doc/news/changes/minor/20211025Bangerth | 4 ++++ doc/news/changes/minor/20211025Bangerth-b | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/news/changes/minor/20211025Bangerth create mode 100644 doc/news/changes/minor/20211025Bangerth-b 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) -- 2.39.5