GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 44: | Line 44: | ||
==χMD Specified Options== | ==χMD Specified Options== | ||
*Acceleration method (IACL) – A flag for the acceleration method: | *''Acceleration method (IACL)'' – A flag for the acceleration method: | ||
** (0) conjugate gradient | ** (0) conjugate gradient | ||
** (1) ORTHOMIN | ** (1) ORTHOMIN | ||
** (2) Bi-CGSTAB | ** (2) Bi-CGSTAB | ||
*Scheme of ordering unknowns (NORDER) – A flag with the following options: | *''Scheme of ordering unknowns (NORDER)'' – A flag with the following options: | ||
** (0) original ordering | ** (0) original ordering | ||
** (1) RCM ordering | ** (1) RCM ordering | ||
** (2) Minimum Degree ordering | ** (2) Minimum Degree ordering | ||
*Level of fill for incomplete LU factorization (LEVEL) | *''Level of fill for incomplete LU factorization (LEVEL)'' | ||
*Number of orthogonalization for the ORTHOMIN acceleration scheme (NORTH) – A number between 4 and 10 is appropriate. Small values require less storage but more iterations may be required. Should equal 2 for the other acceleration methods. | *''Number of orthogonalization for the ORTHOMIN acceleration scheme (NORTH)'' – A number between 4 and 10 is appropriate. Small values require less storage but more iterations may be required. Should equal 2 for the other acceleration methods. | ||
*Reduced system preconditioning (IREDSYS) – A flag for reduced system preconditioning | *''Reduced system preconditioning (IREDSYS)'' – A flag for reduced system preconditioning | ||
** (0) do not apply | ** (0) do not apply | ||
** (1) apply | ** (1) apply | ||
* Residual reduction-convergence criteria (RRCTOLS) | * ''Residual reduction-convergence criteria (RRCTOLS)'' | ||
*Use drop tolerance in preconditioning (IDROPTOL) – A flag for using drop tolerance in the preconditioning. | *''Use drop tolerance in preconditioning (IDROPTOL)'' – A flag for using drop tolerance in the preconditioning. | ||
** 0 = don't use | ** 0 = don't use | ||
** 1 = use | ** 1 = use | ||
*Drop tolerance for preconditioning (EPSRN) | *''Drop tolerance for preconditioning (EPSRN)'' | ||
*Head closure criteria for inner (linear) iterations (HCLOSEXMD) | *''Head closure criteria for inner (linear) iterations (HCLOSEXMD)'' | ||
*Max number of iterations for linear solution (MXITERXMD) | *''Max number of iterations for linear solution (MXITERXMD)'' | ||
==References== | ==References== |