From d9e82ea0a4598d0f79aed3f88d908076db3d570b Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sun, 4 May 2025 23:13:48 -0500 Subject: [PATCH] SolverMPGMRES: fix typo in documentation --- include/deal.II/lac/solver_gmres.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/solver_gmres.h b/include/deal.II/lac/solver_gmres.h index 0eabb9e018..739dd330da 100644 --- a/include/deal.II/lac/solver_gmres.h +++ b/include/deal.II/lac/solver_gmres.h @@ -665,7 +665,7 @@ protected: * @f} * For reference, FGMRES uses the following construction: * @f{align*}{ - * r, P_1r, P_2P_1r, P_1P_2P_1r, \ldots + * r, P_1r, P_2AP_1r, P_1AP_2AP_1r, \ldots * @f} * By default the truncated variant is used. You can switch to the full * version by setting the -- 2.39.5