TIterativePreconditioner Enumeration

Header: Dew.Math/sparse.h · Cross-compiler

enum class TIterativePreconditioner : unsigned int;

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