FrontISTR  5.9.0
Large-scale structural analysis program with finit element method
m_step::tparamconverg Type Reference

Convergence criteria of !CONVERG_PARAM, indexed like step_infocnv_check. More...

Collaboration diagram for m_step::tparamconverg:

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...
 

Detailed Description

Convergence criteria of !CONVERG_PARAM, indexed like step_infocnv_check.

Definition at line 79 of file m_step.f90.

Field Documentation

◆ check

logical, dimension(2,3,2) m_step::tparamconverg::check

CHECK or SKIP.

Definition at line 82 of file m_step.f90.

◆ given

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.

◆ name

character(hecmw_name_len) m_step::tparamconverg::name

Definition at line 80 of file m_step.f90.

◆ tol

real(kind=kreal), dimension(2,3,2) m_step::tparamconverg::tol

threshold

Definition at line 83 of file m_step.f90.


The documentation for this type was generated from the following file: