From: Wolfgang Bangerth Date: Thu, 6 Jan 2022 11:54:04 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v9.4.0-rc1~663^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13175%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20211230KuljitVirk b/doc/news/changes/minor/20211230KuljitVirk new file mode 100644 index 0000000000..28b4279aa8 --- /dev/null +++ b/doc/news/changes/minor/20211230KuljitVirk @@ -0,0 +1,6 @@ +Fixed: The SparseDirectUMFPACK class had a bug where it did not +correctly set up the data passed to the UMFPACK package if (i) the +matrix is a block matrix, and (ii) the elements are +complex-valued. This is now fixed. +
+(Kuljit S. Virk, 2021/12/30)