GMS:PCGN Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
* ''Convergence mode (ACNVG)'' – Defines the mode of convergence applied to the PCG solver. | * ''Convergence mode (ACNVG)'' – Defines the mode of convergence applied to the PCG solver. | ||
** (0) Standard | ** (0) Standard | ||
** (1) Adaptive | ** (1) Adaptive – This option requires a valid value for variable CNVG_LB. | ||
** (2) Enhanced | ** (2) Enhanced – This option requires valid values for variables MCNVG and RATE_C. | ||
* ''Minimum relative convergence (CNVG_LB)'' – Requires adaptive convergence mode. The minimum value that the relative convergence ε is allowed to take under the self-adjusting convergence option. | * ''Minimum relative convergence (CNVG_LB)'' – Requires adaptive convergence mode. The minimum value that the relative convergence ε is allowed to take under the self-adjusting convergence option. | ||
* ''Relative convergence increase power (MCNVG)'' – Requires enhanced convergence mode. Increases the relative PCG convergence criteria by a power equal to MCNVG. | * ''Relative convergence increase power (MCNVG)'' – Requires enhanced convergence mode. Increases the relative PCG convergence criteria by a power equal to MCNVG. |