GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 55: | Line 55: | ||
==χMD Specified Options== | ==χMD Specified Options== | ||
*''Acceleration method (IACL)'' – A flag for the acceleration method: | *''Acceleration method (IACL)'' – A flag for the acceleration method: | ||
<blockquote style="margin-top:0px; margin-bottom:0px;"> | |||
* (0) conjugate gradient | |||
* (1) ORTHOMIN | |||
* (2) Bi-CGSTAB | |||
</blockquote> | |||
*''Scheme of ordering unknowns (NORDER)'' – A flag with the following options: | *''Scheme of ordering unknowns (NORDER)'' – A flag with the following options: | ||
<blockquote style="margin-top:0px; margin-bottom:0px;"> | |||
* (0) original ordering | |||
* (1) RCM ordering | |||
* (2) Minimum Degree ordering | |||
</blockquote> | |||
*''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. | ||
<blockquote style="margin-top:0px; margin-bottom:0px;"> | |||
* (0) do not apply | |||
* (1) apply | |||
</blockquote> | |||
* ''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. | ||
<blockquote style="margin-top:0px; margin-bottom:0px;"> | |||
* 0 = don't use | |||
* 1 = use | |||
</blockquote> | |||
*''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)'' |