From 84825998906d0a23a03a6ed82fd1cc2f57e5ec8b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 27 Mar 2018 15:21:14 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20180320Bangerth-2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20180320Bangerth-2 diff --git a/doc/news/changes/minor/20180320Bangerth-2 b/doc/news/changes/minor/20180320Bangerth-2 new file mode 100644 index 0000000000..ea969e7ff6 --- /dev/null +++ b/doc/news/changes/minor/20180320Bangerth-2 @@ -0,0 +1,9 @@ +Fixed: Previously, it was not possible to iterate over the local range +of rows of PETSc matrix objects because one would have to call +`matrix.end(row)` where `row` is the last locally owned row, and that +triggered an assertion because this end iterator is also the begin +iterator of the next row -- which is not locally owned any more. +
+This is now fixed. +
+(Feimi Yu, Wolfgang Bangerth, 2018/03/20) -- 2.39.5