GMS:GMG Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Parameters include: | Parameters include: | ||
* ''Inner convergence residual (RCLOSE)'' – The algorithm computes the | * ''Inner convergence residual (RCLOSE)'' – The algorithm computes the 12-norm of the residual and compares it against RCLOSE. | ||
* ''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. | ||
Line 17: | Line 17: | ||
* ''Output flag (IOUTGMG)'' – Flag that controls the output of the GMG solver. Values can be 0–4. | * ''Output flag (IOUTGMG)'' – Flag that controls the output of the GMG solver. Values can be 0–4. | ||
** 0 = Only the solver inputs are printed. | ** 0 = Only the solver inputs are printed. | ||
** 1 = For each linear solve, prints the number of PCG iterations, the value of the damping parameter, the | ** 1 = For each linear solve, prints the number of PCG iterations, the value of the damping parameter, the 12-norm of the residual, and the maximum norm of the head change and its location (column, row, layer). At the end of a time/stress period, the total number of GMG calls, PCG iterations, and a running total of PCG iterations for all time/stress periods are printed. | ||
** 2 = The convergence history of the PCG iteration is printed, showing the | ** 2 = The convergence history of the PCG iteration is printed, showing the 12-norm of the residual and the convergence factor for each iteration. | ||
** 3 = Same as 1 except the output is sent to the terminal instead of the output file. | ** 3 = Same as 1 except the output is sent to the terminal instead of the output file. | ||
** 4 = Same as 2 except the output is sent to the terminal instead of the output file. | ** 4 = Same as 2 except the output is sent to the terminal instead of the output file. |