![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides functions to deal with time and increment of stress analysis. More...
Functions/Subroutines | |
real(kind=kreal) function | fstr_get_time () |
real(kind=kreal) function | fstr_get_timeinc () |
real(kind=kreal) function | fstr_get_timeinc_base () |
subroutine | fstr_set_time (time) |
subroutine | fstr_set_timeinc (dtime) |
subroutine | fstr_set_timeinc_base (dtime_base) |
subroutine | fstr_proceed_time () |
subroutine | fstr_timeinc_printstatus_init |
subroutine | fstr_timeinc_printstatus (stepinfo, fstrPARAM, totstep, substep, NRstatI, NRstatR, AutoINC_stat, Cutback_stat) |
subroutine | fstr_timeinc_printstatus_final (success_flag) |
logical function | fstr_timeinc_isstepfinished (stepinfo) |
logical function | fstr_timeinc_istimepoint (stepinfo, fstrPARAM) |
subroutine | fstr_timeinc_settimeincrement (stepinfo, fstrPARAM, substep, NRstatI, NRstatR, AutoINC_stat, Cutback_stat) |
This module provides functions to deal with time and increment of stress analysis.
real(kind=kreal) function m_fstr_timeinc::fstr_get_time |
real(kind=kreal) function m_fstr_timeinc::fstr_get_timeinc |
real(kind=kreal) function m_fstr_timeinc::fstr_get_timeinc_base |
subroutine m_fstr_timeinc::fstr_proceed_time |
subroutine m_fstr_timeinc::fstr_set_time | ( | real(kind=kreal), intent(in) | time | ) |
[in] | time | input time |
Definition at line 35 of file fstr_Ctrl_TimeInc.f90.
subroutine m_fstr_timeinc::fstr_set_timeinc | ( | real(kind=kreal), intent(in) | dtime | ) |
[in] | dtime | input increment of time |
Definition at line 40 of file fstr_Ctrl_TimeInc.f90.
subroutine m_fstr_timeinc::fstr_set_timeinc_base | ( | real(kind=kreal), intent(in) | dtime_base | ) |
[in] | dtime_base | input increment of time |
Definition at line 45 of file fstr_Ctrl_TimeInc.f90.
logical function m_fstr_timeinc::fstr_timeinc_isstepfinished | ( | type(step_info), intent(in) | stepinfo | ) |
logical function m_fstr_timeinc::fstr_timeinc_istimepoint | ( | type(step_info), intent(in) | stepinfo, |
type(fstr_param), intent(in) | fstrPARAM | ||
) |
Definition at line 132 of file fstr_Ctrl_TimeInc.f90.
subroutine m_fstr_timeinc::fstr_timeinc_printstatus | ( | type(step_info), intent(in) | stepinfo, |
type(fstr_param), intent(in) | fstrPARAM, | ||
integer(kind=kint), intent(in) | totstep, | ||
integer(kind=kint), intent(in) | substep, | ||
integer(kind=kint), dimension(:), intent(in) | NRstatI, | ||
real(kind=kreal), dimension(:), intent(in) | NRstatR, | ||
integer(kind=kint), intent(inout) | AutoINC_stat, | ||
integer(kind=kint), intent(in) | Cutback_stat | ||
) |
subroutine m_fstr_timeinc::fstr_timeinc_printstatus_final | ( | logical, intent(in) | success_flag | ) |
subroutine m_fstr_timeinc::fstr_timeinc_printstatus_init |
subroutine m_fstr_timeinc::fstr_timeinc_settimeincrement | ( | type(step_info), intent(in) | stepinfo, |
type(fstr_param), intent(in) | fstrPARAM, | ||
integer(kind=kint), intent(in) | substep, | ||
integer(kind=kint), dimension(:), intent(in) | NRstatI, | ||
real(kind=kreal), dimension(:), intent(in) | NRstatR, | ||
integer(kind=kint), intent(inout) | AutoINC_stat, | ||
integer(kind=kint), intent(in) | Cutback_stat | ||
) |
Definition at line 145 of file fstr_Ctrl_TimeInc.f90.