![]() |
MFIX
2016-1
|
Functions/Subroutines | |
subroutine, public | init_write_res_des (BASE, lVERSION, lNEXT_REC) |
subroutine, public | finl_write_res_des |
subroutine | write_res_parray_1i (lNEXT_REC, INPUT_I, pLOC2GLB) |
subroutine | write_res_parray_1d (lNEXT_REC, INPUT_D) |
subroutine | write_res_parray_1l (lNEXT_REC, INPUT_L) |
subroutine | write_res_carray_1i (lNEXT_REC, INPUT_I, pLOC2GLB) |
subroutine | write_res_carray_1d (lNEXT_REC, INPUT_D) |
subroutine | write_res_carray_1l (lNEXT_REC, INPUT_L) |
subroutine, public write_res1_des::finl_write_res_des | ( | ) |
Definition at line 209 of file write_res1_des_mod.f.
subroutine, public write_res1_des::init_write_res_des | ( | character(len=*), intent(in) | BASE, |
double precision, intent(in) | lVERSION, | ||
integer, intent(out) | lNEXT_REC | ||
) |
subroutine write_res1_des::write_res_carray_1d | ( | integer, intent(inout) | lNEXT_REC, |
double precision, dimension(:), intent(in) | INPUT_D | ||
) |
subroutine write_res1_des::write_res_carray_1i | ( | integer, intent(inout) | lNEXT_REC, |
integer, dimension(:), intent(in) | INPUT_I, | ||
logical, intent(in), optional | pLOC2GLB | ||
) |
subroutine write_res1_des::write_res_carray_1l | ( | integer, intent(inout) | lNEXT_REC, |
logical, dimension(:), intent(in) | INPUT_L | ||
) |
subroutine write_res1_des::write_res_parray_1d | ( | integer, intent(inout) | lNEXT_REC, |
double precision, dimension(:), intent(in) | INPUT_D | ||
) |
subroutine write_res1_des::write_res_parray_1i | ( | integer, intent(inout) | lNEXT_REC, |
integer, dimension(:), intent(in) | INPUT_I, | ||
logical, intent(in), optional | pLOC2GLB | ||
) |
subroutine write_res1_des::write_res_parray_1l | ( | integer, intent(inout) | lNEXT_REC, |
logical, dimension(:), intent(in) | INPUT_L | ||
) |