KesSolverSetMaxIter
Interface Definition
KesReturnCode KesSolverSetMaxIter(KesSolver solver, int maxIter);
Interface Description
Sets the maximum number of iterations. The default value is 100.
Parameters
Parameter |
Type |
Description |
Input/Output |
|---|---|---|---|
solver |
KesSolver |
Handle to the solver. It cannot be a null pointer. |
Input/Output |
maxIter |
int |
Maximum number of iterations. |
Input |
Parent topic: Functions for Setting Solution Parameters