1. What is the main drawback of the methods based on the Arnoldi process?
The main drawback of the methods based on this process is the possibility of break down in the iterative process, which does not occur in methods based on the Lanczos process.
read more
2. What is the effect of ILUT(p) on GMRes(l)?
In addition, the effect of ILUT(p) increases with p. As for GMRes(∞) (no restarting), even small p greatly improves the convergence, making GMRes(∞) the fastest among the methods.
read more
3. What is the effect of ILUT(p) on the convergence of GMRes?
If the restarting cannot be avoided due to the restriction of memory storage, preconditioned BiCG–based methods possibly converge faster than GMRes(l).
read more
4. What is the major drawback of the Arnoldi process?
The major drawback is that the amount of operation and memory required per iteration step rise linearly with the number of iteration.
read more





