The GetConvergenceFlag subroutine returns whether the analysis has been converged in the current step.
Langunage type |
SubRoutine |
FORTRAN |
call GetConvergenceFlag(flag) |
C/C++ |
GetConvergenceFlag(&flag) |
Parameter information
Variable Name |
Size |
Description |
flag |
int |
The output variable, when convergence of analysis is reached at every step, this flag will be set. |