TIterativePreconditioner Enumeration

Source: sparse.cs · Assembly: Dew.Math

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

NameDescription
itpILU0Use ILU0 preconditioner.
itpILUTUse ILUT preconditioner.
itpNoneDo not use a preconditioner