![]() |
MFIX
2016-1
|
Functions/Subroutines | |
subroutine, public | init_read_res_des (BASE, lVERSION, lNEXT_REC) |
subroutine, public | finl_read_res_des |
subroutine, public | read_par_pos (lNEXT_REC) |
subroutine | map_parray_to_proc (lPAR_CNT) |
subroutine | scatter_par_pos (lPAR_CNT) |
subroutine, public | read_par_col (lNEXT_REC) |
subroutine | map_carray_to_proc (lCOL_CNT) |
subroutine | global_to_loc_col |
subroutine | read_res_des_0i (lNEXT_REC, INPUT_I) |
subroutine | read_res_des_1i (lNEXT_REC, INPUT_I) |
subroutine | read_res_des_0d (lNEXT_REC, INPUT_D) |
subroutine | read_res_des_1d (lNEXT_REC, INPUT_D) |
subroutine | read_res_des_0l (lNEXT_REC, OUTPUT_L) |
subroutine | read_res_des_1l (lNEXT_REC, INPUT_L) |
subroutine | read_res_parray_1b (lNEXT_REC, OUTPUT_B) |
subroutine | read_res_parray_1i (lNEXT_REC, OUTPUT_I) |
subroutine | read_res_parray_1d (lNEXT_REC, OUTPUT_D) |
subroutine | read_res_parray_1l (lNEXT_REC, OUTPUT_L) |
subroutine | read_res_carray_1i (lNEXT_REC, OUTPUT_I) |
subroutine | read_res_carray_1d (lNEXT_REC, OUTPUT_D) |
subroutine | read_res_carray_1l (lNEXT_REC, OUTPUT_L) |
subroutine, public read_res1_des::finl_read_res_des | ( | ) |
subroutine read_res1_des::global_to_loc_col | ( | ) |
Definition at line 775 of file read_res1_des_mod.f.
subroutine, public read_res1_des::init_read_res_des | ( | character(len=*), intent(in) | BASE, |
double precision, intent(out) | lVERSION, | ||
integer, intent(out) | lNEXT_REC | ||
) |
Definition at line 80 of file read_res1_des_mod.f.
subroutine read_res1_des::map_carray_to_proc | ( | integer, dimension(0:numpes-1), intent(out) | lCOL_CNT | ) |
Definition at line 623 of file read_res1_des_mod.f.
subroutine read_res1_des::map_parray_to_proc | ( | integer, dimension(0:numpes-1), intent(out) | lPAR_CNT | ) |
Definition at line 311 of file read_res1_des_mod.f.
subroutine, public read_res1_des::read_par_col | ( | integer, intent(inout) | lNEXT_REC | ) |
Definition at line 540 of file read_res1_des_mod.f.
subroutine, public read_res1_des::read_par_pos | ( | integer, intent(inout) | lNEXT_REC | ) |
Definition at line 227 of file read_res1_des_mod.f.
subroutine read_res1_des::read_res_carray_1d | ( | integer, intent(inout) | lNEXT_REC, |
double precision, dimension(:), intent(out) | OUTPUT_D | ||
) |
subroutine read_res1_des::read_res_carray_1i | ( | integer, intent(inout) | lNEXT_REC, |
integer, dimension(:), intent(out) | OUTPUT_I | ||
) |
subroutine read_res1_des::read_res_carray_1l | ( | integer, intent(inout) | lNEXT_REC, |
logical, dimension(:), intent(out) | OUTPUT_L | ||
) |
subroutine read_res1_des::read_res_des_0d | ( | integer, intent(inout) | lNEXT_REC, |
double precision, intent(out) | INPUT_D | ||
) |
Definition at line 943 of file read_res1_des_mod.f.
subroutine read_res1_des::read_res_des_0i | ( | integer, intent(inout) | lNEXT_REC, |
integer, intent(out) | INPUT_I | ||
) |
Definition at line 884 of file read_res1_des_mod.f.
subroutine read_res1_des::read_res_des_0l | ( | integer, intent(inout) | lNEXT_REC, |
logical, intent(out) | OUTPUT_L | ||
) |
Definition at line 999 of file read_res1_des_mod.f.
subroutine read_res1_des::read_res_des_1d | ( | integer, intent(inout) | lNEXT_REC, |
double precision, dimension(:), intent(out) | INPUT_D | ||
) |
subroutine read_res1_des::read_res_des_1i | ( | integer, intent(inout) | lNEXT_REC, |
integer, dimension(:), intent(out) | INPUT_I | ||
) |
subroutine read_res1_des::read_res_des_1l | ( | integer, intent(inout) | lNEXT_REC, |
logical, dimension(:), intent(out) | INPUT_L | ||
) |
subroutine read_res1_des::read_res_parray_1b | ( | integer, intent(inout) | lNEXT_REC, |
integer(kind=1), dimension(:), intent(out) | OUTPUT_B | ||
) |
subroutine read_res1_des::read_res_parray_1d | ( | integer, intent(inout) | lNEXT_REC, |
double precision, dimension(:), intent(out) | OUTPUT_D | ||
) |
subroutine read_res1_des::read_res_parray_1i | ( | integer, intent(inout) | lNEXT_REC, |
integer, dimension(:), intent(out) | OUTPUT_I | ||
) |
subroutine read_res1_des::read_res_parray_1l | ( | integer, intent(inout) | lNEXT_REC, |
logical, dimension(:), intent(out) | OUTPUT_L | ||
) |
subroutine read_res1_des::scatter_par_pos | ( | integer, dimension(0:numpes-1), intent(inout) | lPAR_CNT | ) |
Definition at line 465 of file read_res1_des_mod.f.