FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_step::tparamautoinc Type Reference
Collaboration diagram for m_step::tparamautoinc:

Data Fields

character(hecmw_name_len) name
 
real(kind=kreal) ainc_rs
 time increment decreasing ratio More...
 
real(kind=kreal) ainc_rl
 time increment increasing ratio More...
 
integer(kind=kint), dimension(10) nrbound_s
 
integer(kind=kint), dimension(10) nrbound_l
 
integer(kind=kint) nrtimes_s
 
integer(kind=kint) nrtimes_l
 
real(kind=kreal) ainc_rc
 time increment decreasing ratio for cutback More...
 
integer(kind=kint) cbbound
 maximum # of successive cutback More...
 

Detailed Description

Definition at line 51 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 59 of file m_step.f90.

◆ ainc_rl

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

time increment increasing ratio

Definition at line 54 of file m_step.f90.

◆ ainc_rs

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

time increment decreasing ratio

Definition at line 53 of file m_step.f90.

◆ cbbound

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

maximum # of successive cutback

Definition at line 60 of file m_step.f90.

◆ name

character(hecmw_name_len) m_step::tparamautoinc::name

Definition at line 52 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 56 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 55 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 58 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 57 of file m_step.f90.


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