*ITENGINE, Type
, EngineName
, PrecondName
, Matrix
, RhsVector
, SolVector
, MaxIter
, Toler
Performs a solution using an iterative solver.
Type
Specifies the algorithm to be used:
Preconditioned conjugate gradient (default).
EngineName
Name used to identify this iterative solver engine. Must be specified.
PrecondName
Linear solver engine name (*LSENGINE) identifying the factored matrix to be used as the preconditioner.
Matrix
Name of the matrix to solve.
RhsVector
Matrix (load vector) name.
SolVector
Solution vector name. If non-zero, it will be taken as the initial vector for the iterative process.
MaxIter
Maximum number of iterations allowed. Default is 2 times the number of rows in the matrix.
Toler
Convergence tolerance. Default is 1.0E-8.