From: Wolfgang Bangerth Date: Sun, 7 Jan 2024 17:21:03 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: relicensing~191^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5146efc2a6b58f2bbb3af810408010dcf9cbba;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20240107Wiesheier b/doc/news/changes/minor/20240107Wiesheier new file mode 100644 index 0000000000..f9724159e7 --- /dev/null +++ b/doc/news/changes/minor/20240107Wiesheier @@ -0,0 +1,5 @@ +Fixed: In parallel computations, it was not possible to take the end +iterator of a Trilinos sparsity pattern for the last locally-owned +row. This is now fixed. +
+(Simon Wiesheier, Peter Munch, 2024/01/07)