GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 37: | Line 37: | ||
** (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) | *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) | *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) | ||