From 451ccf4706e9ce9c64ef2a7ff96f764ea32ecbff Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Jan 2022 03:06:21 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20220107Bangerth-b | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/news/changes/minor/20220107Bangerth-b diff --git a/doc/news/changes/minor/20220107Bangerth-b b/doc/news/changes/minor/20220107Bangerth-b new file mode 100644 index 0000000000..0f927e72f7 --- /dev/null +++ b/doc/news/changes/minor/20220107Bangerth-b @@ -0,0 +1,9 @@ +Changed: The step-43 tutorial program used `Amg_preconditioner` and +`Mp_preconditioner` to denote the preconditioners for the top left and +bottom right block of a mixed-Laplace matrix. These variable names +were taken from step-31/step-32 where they made sense, but in the +current context, the names do not reflect what is in the corresponding +matrix blocks. They have been renamed to `top_left_preconditioner` and +`bottom_right_preconditioner`, respectively. +
+(Wolfgang Bangerth, 2022/01/07) -- 2.39.5