GMS:GMG Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* ''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. | * ''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)'' – A value of 1.0 should be used for linear problems. For nonlinear problems, a value less than 1.0 but greater than 0.0 may be necessary to achieve convergence. | * ''Damping parameter (DAMP)'' – A value of 1.0 should be used for linear problems. For nonlinear problems, a value less than 1.0 but greater than 0.0 may be necessary to achieve convergence. | ||
* Damping option (IADAMP) | * ''Damping option (IADAMP)'' – Flag that controls adaptive damping. Contains the following options: | ||
** "(0) Constant" | |||
** "(1) Cooley adaptive" | |||
** "(2) RRR adaptive" | |||
* Maximum damping (DUP) | * Maximum damping (DUP) | ||
* Minimum damping (DLOW) | * Minimum damping (DLOW) |