public enum TIterativePreconditioner
Iterative preconditioner options.
Preconditioners can be used to accelerate the iteration process. They are not to be used with Conjugate Gradient (CG) solver.
Values
| Name | Description |
|---|---|
| itpILU0 | Use ILU0 preconditioner. |
| itpILUT | Use ILUT preconditioner. |
| itpNone | Do not use a preconditioner |