From: Matthias Maier Date: Mon, 5 May 2025 04:13:48 +0000 (-0500) Subject: SolverMPGMRES: fix typo in documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9e82ea0a4598d0f79aed3f88d908076db3d570b;p=dealii.git SolverMPGMRES: fix typo in documentation --- 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