GMS:NWT Package: Difference between revisions
From XMS Wiki
Jump to navigationJump to search
Line 19: | Line 19: | ||
==General Specified Options== | ==General Specified Options== | ||
*Coefficient to reduce weight applied to head change (DBDTHETA) | *Coefficient to reduce weight applied to head change (DBDTHETA) – Used to control oscillations in head. Values range between 0.0 and 1.0, and larger values increase the weight (decrease under-relaxation) applied to the head change. | ||
*Coefficient to increase weight applied to head change (DBDKAPPA) | *Coefficient to increase weight applied to head change (DBDKAPPA) – Used to control oscillations in head. Values range between 0.0 and 1.0, and larger values increase the weight applied to the head change. | ||
*Factor used to weight the head change for iterations n&ndashl1 and n (DBGGAMMA) | *Factor used to weight the head change for iterations n&ndashl1 and n (DBGGAMMA) – Values range between 0.0 and 1.0, and greater values apply more weight to the head change calculated during iteration ''n''. | ||
*Momentum coefficient (MOMFACT) | *Momentum coefficient (MOMFACT) – Ranges between 0.0 and 1.0. Greater values apply more weight to the head change for iteration ''n''. | ||
*Use residual control (BACKFLAG) | *Use residual control (BACKFLAG) – Specify whether residual control will be used. | ||
*Max number of reductions (backtracks) in head change (MAXBACKITER) | ** 1 = active | ||
*Proportional decrease in root-mean-squared error (BACKTOL) | ** 0 = inactive | ||
*Reduction factor for residual control that reduces head change (BACKREDUCE) | *Max number of reductions (backtracks) in head change (MAXBACKITER) – A value between 10 and 50 works well. Only read if residual control is active. | ||
*Proportional decrease in root-mean-squared error (BACKTOL) – Only read if residual control is active. | |||
*Reduction factor for residual control that reduces head change (BACKREDUCE) – Values should be between 0.0 and 1.0, where smaller values result in smaller head-change values. Only read if residual control is active. | |||
==GMRES Specified Options== | ==GMRES Specified Options== | ||
*Max number of iterations for the linear solution (MAXITINNER) | *Max number of iterations for the linear solution (MAXITINNER) |