![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Modules | |
| module | m_fstr_iterationcontrol |
| This module provides a unified convergence check for Newton iteration. | |
Functions/Subroutines | |
| subroutine, public | m_fstr_iterationcontrol::fstr_check_convergence (hecMESH, hecMAT, fstrSOLID, fstrPR, ndof, iter, sub_step, cstep, residual_vec, cnvstat, iterStatus, hecLagMAT) |
| Wrapper that calls fstr_check_convergence_main and applies the common divergence/NaN handling (status classification, failure logging, fstrSOLID stats update). More... | |
| subroutine, public | m_fstr_iterationcontrol::fstr_check_convergence_main (hecMESH, hecMAT, fstrSOLID, fstrPR, ndof, iter, cstep, residual_vec, cnvstat, iterStatus, do_failure_check, res_for_check, hecLagMAT) |
| Core convergence check. More... | |
| subroutine, public | m_fstr_iterationcontrol::fstr_check_linear_solver (hecMESH, hecMAT, fstrSOLID, cstep, sub_step, iterStatus, istat) |
| Classify the linear solver result and record why the solve failed. More... | |