From f1480bd537661abb2de5c603c8a2595ce6ad3032 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Apr 2024 13:49:27 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20240417Bangerth | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20240417Bangerth diff --git a/doc/news/changes/minor/20240417Bangerth b/doc/news/changes/minor/20240417Bangerth new file mode 100644 index 0000000000..4db37ffa97 --- /dev/null +++ b/doc/news/changes/minor/20240417Bangerth @@ -0,0 +1,9 @@ +Fixed: When accessing elements of Trilinos vectors that do not exist +on the current MPI process (for example because a function *expects* a +vector with ghost elements but got a completely distributed vector +instead), deal.II tries to produce a reasonable error message pointing +out the cause. But when using 64-bit indices, the logic that creates +the error message was faulty, resulting in errors that were very hard +to debug and not helpful at all. This is now fixed. +
+(Wolfgang Bangerth, 2024/04/17) -- 2.39.5