*ITENGINE

*ITENGINE, Type, EngineName, PrecondName, Matrix, RhsVector, SolVector, MaxIter, Toler
Performs a solution using an iterative solver.

Compatible Products: – | Pro | Premium | Enterprise | Ent PP | Ent Solver | DYNA

Argument Descriptions

Type

Specifies the algorithm to be used:

PCG -- 

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.

Notes

This command solves Ax = b using a preconditioned conjugate gradient algorithm. It uses an existing factored system as the preconditioner. This solution method is useful if an existing matrix has been solved and minor changes have been made to the matrix.

Menu Paths

This command cannot be accessed from a menu.

Release 18.2 - © ANSYS, Inc. All rights reserved.