GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 36: | Line 36: | ||
==GMRES Specified Options== | ==GMRES Specified Options== | ||
*Max number of iterations for the linear solution (MAXITINNER) | *Max number of iterations for the linear solution (MAXITINNER) | ||
*Method of incomplete factorization used as preconditioner (ILUMETHOD) – The index for selection of the method for incomplete factorization (ILU) used as a preconditioner. | *''Method of incomplete factorization used as preconditioner (ILUMETHOD)'' – The index for selection of the method for incomplete factorization (ILU) used as a preconditioner. | ||
** (1) ILU with drop tolerance and fill limit | ** (1) ILU with drop tolerance and fill limit | ||
** (2) ILU(k), Order k incomplete LU factorization | ** (2) ILU(k), Order k incomplete LU factorization | ||
*Fill limit for ILUMETHOD 1 or level of fill for ILUMETHOD 2 (LEVFILL) – Recommended values: 5–10 for method 1, 0–2 for method 2. | *''Fill limit for ILUMETHOD 1 or level of fill for ILUMETHOD 2 (LEVFILL)'' – Recommended values: 5–10 for method 1, 0–2 for method 2. | ||
*Tolerance for convergence of linear solver (STOPTOL) – This is the residual of the linear equations scaled by the norm of the root mean squared error. | *''Tolerance for convergence of linear solver (STOPTOL)'' – This is the residual of the linear equations scaled by the norm of the root mean squared error. | ||
*Number of iterations between restarts of GMRES (MSDR) | *Number of iterations between restarts of GMRES (MSDR) | ||