![]() |
FrontISTR
5.9.0
Large-scale structural analysis program with finit element method
|
Convergence criteria of !CONVERG_PARAM, indexed like step_infocnv_check. More...
Data Fields | |
| character(hecmw_name_len) | name |
| logical, dimension(2, 3, 2) | given |
| the criterion is given in the card More... | |
| logical, dimension(2, 3, 2) | check |
| CHECK or SKIP. More... | |
| real(kind=kreal), dimension(2, 3, 2) | tol |
| threshold More... | |
Convergence criteria of !CONVERG_PARAM, indexed like step_infocnv_check.
Definition at line 79 of file m_step.f90.
| logical, dimension(2,3,2) m_step::tparamconverg::check |
CHECK or SKIP.
Definition at line 82 of file m_step.f90.
| logical, dimension(2,3,2) m_step::tparamconverg::given |
the criterion is given in the card
Definition at line 81 of file m_step.f90.
| character(hecmw_name_len) m_step::tparamconverg::name |
Definition at line 80 of file m_step.f90.
| real(kind=kreal), dimension(2,3,2) m_step::tparamconverg::tol |
threshold
Definition at line 83 of file m_step.f90.