From: raphael couturier Date: Thu, 9 Oct 2014 15:14:17 +0000 (+0200) Subject: Merge branch 'master' of ssh://bilbo.iut-bm.univ-fcomte.fr/GMRES2stage X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/GMRES2stage.git/commitdiff_plain/a98e8c38421b61f2afb89fa180eb8b8f8989be51?hp=d1ede5c6359bdeda060c8b0336f5db31e226a285 Merge branch 'master' of ssh://bilbo.iut-bm.univ-fcomte.fr/GMRES2stage --- diff --git a/paper.tex b/paper.tex index e626ba0..4086a0e 100644 --- a/paper.tex +++ b/paper.tex @@ -615,7 +615,7 @@ points of our solver are given in Algorithm~\ref{algo:01}. In order to accelerate the convergence, the outer iteration periodically applies a least-square minimization on the residuals computed by the inner solver. The -inner solver is a Krylov based solver which does not required to be changed. +inner solver is based on a Krylov method which does not require to be changed. At each outer iteration, the sparse linear system $Ax=b$ is solved, only for $m$ iterations, using an iterative method restarting with the previous solution. For