![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
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... | |
Definition at line 51 of file m_step.f90.
real(kind=kreal) m_step::tparamautoinc::ainc_rc |
time increment decreasing ratio for cutback
Definition at line 59 of file m_step.f90.
real(kind=kreal) m_step::tparamautoinc::ainc_rl |
time increment increasing ratio
Definition at line 54 of file m_step.f90.
real(kind=kreal) m_step::tparamautoinc::ainc_rs |
time increment decreasing ratio
Definition at line 53 of file m_step.f90.
integer( kind=kint ) m_step::tparamautoinc::cbbound |
maximum # of successive cutback
Definition at line 60 of file m_step.f90.
character(hecmw_name_len) m_step::tparamautoinc::name |
Definition at line 52 of file m_step.f90.
integer( kind=kint ), dimension(10) m_step::tparamautoinc::nrbound_l |
Definition at line 56 of file m_step.f90.
integer( kind=kint ), dimension(10) m_step::tparamautoinc::nrbound_s |
Definition at line 55 of file m_step.f90.
integer( kind=kint ) m_step::tparamautoinc::nrtimes_l |
Definition at line 58 of file m_step.f90.
integer( kind=kint ) m_step::tparamautoinc::nrtimes_s |
Definition at line 57 of file m_step.f90.