OPTIONS.LS_Tol Residual reduction linear solver 1,0.7,0.7^2,..


LS_tol sets the residual reduction for the linear solver of the correction equation.

If LS_tol is a positive real then the correction equation is solved with a residual reduction of LS_tol in each Jacobi-Davidson step.

If LS_tol is a row [a1,a2,...,ap] of positive reals then the correction equation at the ith Jacobi-Davidson step is solved with a residual reduction of ai provided that i<=p. If i=p+j then the residual reduction at the ith Jacobi-Davidson step is ap*bj where b=ap/ap-1. i is reset to 0 when a Schur vector is detected.

The required residual reduction is not obtained if the maximum number LS_MaxIt of iteration steps of the linear solver is reached before.

The default for LS_MaxIt is [1,0.7] if a preconditioner is used (then ai=0.7i-1). In the other case, the default is [0.7,0.49] (then ai=0.7i).


Gerard L. G. Sleijpen© sleijpen@math.ruu.nl

Last update: April 8 1999