Fix a typo in documentation for hybrid solver. (#685)

This commit is contained in:
Fredrik Ekre 2022-07-20 15:52:01 +02:00 committed by GitHub
parent 275d04d987
commit e8990caf7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ ParCSRHybrid, if used through the ``IJ`` interface and is used here with
BoomerAMG. The user can determine the average convergence speed by setting a
convergence tolerance :math:`0 \leq \theta < 1` via the routine
``HYPRE_StructHybridSetConvergenceTol`` or
``HYPRE_StructParCSRHybridSetConvergenceTol``. The default setting is 0.9.
``HYPRE_ParCSRHybridSetConvergenceTol``. The default setting is 0.9.
The average convergence factor :math:`\rho_i = \left({{\| r_i \|} \over {\| r_0
\|}}\right)^{1/i}` is monitored within the chosen Krylov solver, where