The TELEMAC-MASCARET system
trunk
|
Functions/Subroutines | |
subroutine, public | dco_a1s_ti_marker_setup (NTIM, NIT) |
subroutine, public | dco_a1s_ti_marker_clean () |
subroutine | arg_check (TIM, TSTP, WHO) |
subroutine, public | dco_a1s_ti_marker_store (TIM, TSTP, FRST, SZE) |
subroutine, public | dco_a1s_ti_marker_get (TIM, TSTP, FRST, SZE) |
integer(dco_a1s_tape_iknd) function, public | dco_a1s_ti_marker_get_first (TIM, TSTP) |
integer(dco_a1s_tape_iknd) function, public | dco_a1s_ti_marker_get_size (TIM, TSTP) |
subroutine, public | dco_a1s_ti_marker_print (TIM) |
Variables | |
type(dco_a1s_ti_marker_list_type), dimension(:), allocatable, public | dco_a1s_ti_marker |
|
private |
Definition at line 109 of file ad_dco_a1s_ti_marker_module.f.
subroutine, public dco_a1s_ti_marker_module::dco_a1s_ti_marker_clean | ( | ) |
Definition at line 99 of file ad_dco_a1s_ti_marker_module.f.
subroutine, public dco_a1s_ti_marker_module::dco_a1s_ti_marker_get | ( | integer, intent(in) | TIM, |
integer, intent(in) | TSTP, | ||
integer(dco_a1s_tape_iknd), intent(out) | FRST, | ||
integer(dco_a1s_tape_iknd), intent(out) | SZE | ||
) |
Definition at line 136 of file ad_dco_a1s_ti_marker_module.f.
integer(dco_a1s_tape_iknd) function, public dco_a1s_ti_marker_module::dco_a1s_ti_marker_get_first | ( | integer, intent(in) | TIM, |
integer, intent(in) | TSTP | ||
) |
Definition at line 145 of file ad_dco_a1s_ti_marker_module.f.
integer(dco_a1s_tape_iknd) function, public dco_a1s_ti_marker_module::dco_a1s_ti_marker_get_size | ( | integer, intent(in) | TIM, |
integer, intent(in) | TSTP | ||
) |
Definition at line 155 of file ad_dco_a1s_ti_marker_module.f.
subroutine, public dco_a1s_ti_marker_module::dco_a1s_ti_marker_print | ( | integer, intent(in) | TIM | ) |
Definition at line 165 of file ad_dco_a1s_ti_marker_module.f.
subroutine, public dco_a1s_ti_marker_module::dco_a1s_ti_marker_setup | ( | integer, intent(in) | NTIM, |
integer, intent(in) | NIT | ||
) |
Definition at line 78 of file ad_dco_a1s_ti_marker_module.f.
subroutine, public dco_a1s_ti_marker_module::dco_a1s_ti_marker_store | ( | integer, intent(in) | TIM, |
integer, intent(in) | TSTP, | ||
type(dco_a1s_type), intent(in) | FRST, | ||
integer(dco_a1s_tape_iknd), intent(in) | SZE | ||
) |
Definition at line 125 of file ad_dco_a1s_ti_marker_module.f.
type(dco_a1s_ti_marker_list_type), dimension(:), allocatable, public dco_a1s_ti_marker_module::dco_a1s_ti_marker |
Definition at line 74 of file ad_dco_a1s_ti_marker_module.f.