Krylov Preconditioner
The Krylov Preconditioner node () is an attribute node that handles settings for Krylov-type methods. The settings are similar to the Iterative attribute node; the difference is that this node is an auxiliary attribute node, whereas Iterative handles settings for a main iterative solver.
Right-click an Iterative, Presmoother, Postsmoother, Coarse Solver, or Schur Solver attribute node to add a Krylov Preconditioner.
General
Select a linear system Solver: GMRES (the default), FGMRES, BiCGStab, TFQMR, or Conjugate gradients. See Iterative Solver Types for descriptions.
When GMRES or FGMRES is selected, enter a Number of iterations before restart to specify how many iterations the solver should take between each restart. A larger number increases robustness but also memory use and computational time.
When GMRES, BiCGStab, TFQMR, or Conjugate gradients is selected, select an option from the Preconditioning list to specify whether to precondition the linear system matrix from the Left or from the Right. Normally, this setting does not significantly influence the convergence behavior of the selected solver.
For all Solver types, select a Termination technique:
-
Fixed number of iterations to perform a fixed number of iterations each time the solver is used.
-
Use tolerance to terminate the solver when a tolerance is fulfilled. Then enter a Relative tolerance and the Maximum number of iterations 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.
-
Iterations or tolerance to terminate when the estimated tolerance is smaller than a specified tolerance or after a specified number of iterations, whichever comes first. Then enter a Relative tolerance.
For all Solver types, enter the Number of iterations. The default is 500.
Error
Select an option from the Validate error estimate list: Automatic (the default), Yes, or No. By choosing the appropriate option from the Validate error estimate list, the error estimate for left preconditioned solvers can be validated. No implies no error estimate validation, whereas Automatic or Yes does. By default the validation is enabled with the Automatic option, meaning that it is performed, but preconditioner warnings are only issued if the iterative solver fails with an error. This setting is propagated recursively and applies to all children with left preconditioning.