GMS:GMG Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* ''Maximum inner iterations (IITER)'' – For each linear solution. The default is 100. Specify a smaller number for nonlinear problems to prevent an excessive number of inner iterations. | * ''Maximum inner iterations (IITER)'' – For each linear solution. The default is 100. Specify a smaller number for nonlinear problems to prevent an excessive number of inner iterations. | ||
* ''Outer convergence residual (HCLOSE)'' – For nonlinear problems. After each linear solve (inner iteration), the maximum norm of the head change is compared against HCLOSE. Can be set to a large number for linear problems. Ignored if ''Maximum outer iterations'' is 1. | * ''Outer convergence residual (HCLOSE)'' – For nonlinear problems. After each linear solve (inner iteration), the maximum norm of the head change is compared against HCLOSE. Can be set to a large number for linear problems. Ignored if ''Maximum outer iterations'' is 1. | ||
* ''Maximum outer iterations (MAXITER)'' – Also referred to as MXITER. | * ''Maximum outer iterations (MAXITER)'' – Also referred to as MXITER. For linear problems, set to 1. For nonlinear problems, set to a higher number though it is usually unnecessary to go above 100. | ||
* Damping parameter (DAMP) | * Damping parameter (DAMP) | ||
* Damping option (IADAMP) | * Damping option (IADAMP) |