GMS:PCGN Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* ''Head change criterion for convergence (CLOSE_R)'' – If set to 1 then the problem will be linear. If set to be greater than 1 then it will be a nonlinear problem. | * ''Head change criterion for convergence (CLOSE_R)'' – If set to 1 then the problem will be linear. If set to be greater than 1 then it will be a nonlinear problem. | ||
* ''Residual criterion for convergence (CLOSE_H)'' – Used as an alternate stopping criterion for the Picard iteration needed to solve a nonlinear problem. | * ''Residual criterion for convergence (CLOSE_H)'' – Used as an alternate stopping criterion for the Picard iteration needed to solve a nonlinear problem. | ||
* Relaxation parameter (RELAX) – Value can be between 0 and 1. Generally a value between 0.9 and 0.99 is advised for most problems. | * ''Relaxation parameter (RELAX)'' – Relaxation parameter for the modified incomplete Cholesky (MIC) preconditioner. Value can be between 0 and 1. Generally a value between 0.9 and 0.99 is advised for most problems. | ||
* Preconditioner fill level (IFILL) | * ''Preconditioner fill level (IFILL)'' – Fill level of the MIC preconditioner. Preconditioners with fill levels of 0 and 1 are available. | ||
** (0) Less preconditioning | ** (0) Less preconditioning | ||
** (1) More preconditioning | ** (1) More preconditioning | ||
* Damping mode (ADAMP) | * ''Damping mode (ADAMP)'' – Defines the mode of damping applied to the linear solution. | ||
** (0) Ordinary | ** (0) Ordinary – A constant value of damping parameter Θ = DAMP will be used. | ||
** (1) Adaptive | ** (1) Adaptive – Changes the damping parameter Θ in response to the difficulty the nonlinear solver encounters in solving a given problem. | ||
** (2) Enhanced | ** (2) Enhanced – The value of θ is increased (but never decreased) provided the Picard iteration is proceeding satisfactorily. | ||
* Damping restriction (DAMP) | * Damping restriction (DAMP) | ||
* Damping bound (DAMP_LB) | * Damping bound (DAMP_LB) |