GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 34: | Line 34: | ||
==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) | *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 | |||
** (2) ILU(k), Order k incomplete LU factorization | |||
*Fill limit for ILUMETHOD 1 or level of fill for ILUMETHOD 2 (LEVFILL) | *Fill limit for ILUMETHOD 1 or level of fill for ILUMETHOD 2 (LEVFILL) | ||
*Tolerance for convergence of linear solver (STOPTOL) | *Tolerance for convergence of linear solver (STOPTOL) | ||
*Number of iterations between restarts of GMRES (MSDR) | *Number of iterations between restarts of GMRES (MSDR) | ||
==χMD Specified Options== | ==χMD Specified Options== | ||
*Acceleration method (IACL) | *Acceleration method (IACL) |