From 0d778670462864b09a2fb4c3f3f26f964aebf5c9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 13 Apr 2023 15:14:20 -0600 Subject: [PATCH] Add changelog entry. --- doc/news/changes/minor/20230413Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20230413Bangerth diff --git a/doc/news/changes/minor/20230413Bangerth b/doc/news/changes/minor/20230413Bangerth new file mode 100644 index 0000000000..c5b70ebe27 --- /dev/null +++ b/doc/news/changes/minor/20230413Bangerth @@ -0,0 +1,7 @@ +Fixed: In FEInterfaceValues::reinit(), if `q_index` is not explicitly +given but none of the two adjacent elements dominates the other, one +used to get a rather obscure error. The error now produced points at +the actual problem, and a much expanded discussion of what is going +wrong is provided in the documentation of the function. +
+(Simon Sticko, Wolfgang Bangerth, 2023/04/13) -- 2.39.5