ILUTPPreconditioner Properties |
The ILUTPPreconditioner type exposes the following members.
| Name | Description | |
|---|---|---|
| DropTolerance | Gets or sets the absolute drop tolerance which indicates below what absolute value an entry will be dropped from the matrix. The standard value is 0.0001. | |
| FillLevel | Gets or sets the amount of fill that is allowed in the matrix. The value is a fraction of the number of non-zero entries in the original matrix. The standard value is 200. | |
| PivotTolerance | Gets or sets the pivot tolerance which indicates at what level pivoting will take place. The standard value is 0.0 which means pivoting will never take place. |