•
|
SSOR (the default) to use the symmetric SOR algorithm, which in each iteration performs one SOR sweep followed by one SORU sweep.
|
•
|
SOR to use the forward SOR algorithm.
|
•
|
SORU to use the backward SOR (SORU) algorithm.
|
•
|
Relative tolerance to specify the termination tolerance. The default is 0.1.
|
•
|
Maximum number of iterations that the solver is allowed to take. When this number of iterations has been performed without reaching the tolerance specified in the Relative tolerance field, the solver is automatically stopped with an error message.
|
•
|
If used with a Coarse Solver, select a Termination technique. These are described for the SCGS attribute under Settings When Used With a Coarse Solver.
|
•
|
If a Coarse Solver is not used, enter the Number of iterations to specify a fixed number of iterations to perform when this attribute is used as a preconditioner or smoother (default: 2).
|
This setting is not considered when the attribute is used as a linear system solver (with the Use preconditioner option in the Solver list of the Iterative node). The solver then iterates until it has established convergence or has reached the maximal number of iterations as specified by the corresponding Iterative node, rather than perform a fixed number of iterations.
|