From 6f2584112d68cc9ad2a5a1f5e6462d47ef3a17fb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 May 2020 06:19:33 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/major/20200403ComplexDataOut | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/major/20200403ComplexDataOut diff --git a/doc/news/changes/major/20200403ComplexDataOut b/doc/news/changes/major/20200403ComplexDataOut new file mode 100644 index 0000000000..158fc14225 --- /dev/null +++ b/doc/news/changes/major/20200403ComplexDataOut @@ -0,0 +1,7 @@ +New: The DataOut class has learned to deal with complex-valued +solution vectors in all regards. This includes writing the real and +imaginary parts of not only scalar complex-valued fields, but also +complex-valued vector and tensor fields. DataOut can now also pass +such fields to classes derived from DataPostprocessor. +
+(Wolfgang Bangerth, 2020/04/03) -- 2.39.5