*ITENGINE
*ITENGINE, Type, EngineName, PrecondName, Matrix, RhsVector, SolVector, MaxIter, Toler
Performs a solution using an iterative solver.
Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on
Argument Descriptions
TypeSpecifies the algorithm to be used:
- PCG --
Preconditioned conjugate gradient (default).
EngineNameName used to identify this iterative solver engine. Must be specified.
PrecondNameLinear solver engine name (*LSENGINE) identifying the factored matrix to be used as the preconditioner.
MatrixName of the matrix to solve.
RhsVectorMatrix (load vector) name.
SolVectorSolution vector name. If non-zero, it will be taken as the initial vector for the iterative process.
MaxIterMaximum number of iterations allowed. Default is 2 times the number of rows in the matrix.
TolerConvergence tolerance. Default is 1.0E-8.