The TELEMAC-MASCARET system  trunk
Functions/Subroutines | Variables
dco_a1s_ti_marker_module Module Reference

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
 

Function/Subroutine Documentation

◆ arg_check()

subroutine dco_a1s_ti_marker_module::arg_check ( integer, intent(in)  TIM,
integer, intent(in)  TSTP,
character(len=*), intent(in)  WHO 
)
private

Definition at line 109 of file ad_dco_a1s_ti_marker_module.f.

+ Here is the caller graph for this function:

◆ dco_a1s_ti_marker_clean()

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.

+ Here is the call graph for this function:

◆ dco_a1s_ti_marker_get()

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.

+ Here is the call graph for this function:

◆ dco_a1s_ti_marker_get_first()

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.

+ Here is the call graph for this function:

◆ dco_a1s_ti_marker_get_size()

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.

+ Here is the call graph for this function:

◆ dco_a1s_ti_marker_print()

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.

+ Here is the call graph for this function:

◆ dco_a1s_ti_marker_setup()

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.

+ Here is the call graph for this function:

◆ dco_a1s_ti_marker_store()

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.

+ Here is the call graph for this function:

Variable Documentation

◆ dco_a1s_ti_marker

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.