FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
m_step::tparamautoinc Type Reference
Collaboration diagram for m_step::tparamautoinc:

Data Fields

character(hecmw_name_lenname
 
real(kind=krealainc_rs
 time increment decreasing ratio
 
real(kind=krealainc_rl
 time increment increasing ratio
 
integer(kind=kint), dimension(10) nrbound_s
 
integer(kind=kint), dimension(10) nrbound_l
 
integer(kind=kintnrtimes_s
 
integer(kind=kintnrtimes_l
 
real(kind=krealainc_rc
 time increment decreasing ratio for cutback
 
integer(kind=kintcbbound
 maximum # of successive cutback
 

Detailed Description

Definition at line 49 of file m_step.f90.

Field Documentation

◆ ainc_rc

real(kind=kreal) m_step::tparamautoinc::ainc_rc

time increment decreasing ratio for cutback

Definition at line 57 of file m_step.f90.

◆ ainc_rl

real(kind=kreal) m_step::tparamautoinc::ainc_rl

time increment increasing ratio

Definition at line 52 of file m_step.f90.

◆ ainc_rs

real(kind=kreal) m_step::tparamautoinc::ainc_rs

time increment decreasing ratio

Definition at line 51 of file m_step.f90.

◆ cbbound

integer( kind=kint ) m_step::tparamautoinc::cbbound

maximum # of successive cutback

Definition at line 58 of file m_step.f90.

◆ name

character(hecmw_name_len) m_step::tparamautoinc::name

Definition at line 50 of file m_step.f90.

◆ nrbound_l

integer( kind=kint ), dimension(10) m_step::tparamautoinc::nrbound_l

of NR iteration bound to increase time increment

Definition at line 54 of file m_step.f90.

◆ nrbound_s

integer( kind=kint ), dimension(10) m_step::tparamautoinc::nrbound_s

of NR iteration bound to decrease time increment

Definition at line 53 of file m_step.f90.

◆ nrtimes_l

integer( kind=kint ) m_step::tparamautoinc::nrtimes_l

of times that increasing condition is satisfied

Definition at line 56 of file m_step.f90.

◆ nrtimes_s

integer( kind=kint ) m_step::tparamautoinc::nrtimes_s

of times that decreasing condition is satisfied

Definition at line 55 of file m_step.f90.


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