MFIX  2016-1
write_res1_des Module Reference

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)
 

Function/Subroutine Documentation

subroutine, public write_res1_des::finl_write_res_des ( )

Definition at line 209 of file write_res1_des_mod.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public write_res1_des::init_write_res_des ( character(len=*), intent(in)  BASE,
double precision, intent(in)  lVERSION,
integer, intent(out)  lNEXT_REC 
)

Definition at line 92 of file write_res1_des_mod.f.

Here is the caller graph for this function:

subroutine write_res1_des::write_res_carray_1d ( integer, intent(inout)  lNEXT_REC,
double precision, dimension(:), intent(in)  INPUT_D 
)

Definition at line 646 of file write_res1_des_mod.f.

Here is the call graph for this function:

subroutine write_res1_des::write_res_carray_1i ( integer, intent(inout)  lNEXT_REC,
integer, dimension(:), intent(in)  INPUT_I,
logical, intent(in), optional  pLOC2GLB 
)

Definition at line 583 of file write_res1_des_mod.f.

Here is the call graph for this function:

subroutine write_res1_des::write_res_carray_1l ( integer, intent(inout)  lNEXT_REC,
logical, dimension(:), intent(in)  INPUT_L 
)

Definition at line 700 of file write_res1_des_mod.f.

Here is the call graph for this function:

subroutine write_res1_des::write_res_parray_1d ( integer, intent(inout)  lNEXT_REC,
double precision, dimension(:), intent(in)  INPUT_D 
)

Definition at line 491 of file write_res1_des_mod.f.

Here is the call graph for this function:

subroutine write_res1_des::write_res_parray_1i ( integer, intent(inout)  lNEXT_REC,
integer, dimension(:), intent(in)  INPUT_I,
logical, intent(in), optional  pLOC2GLB 
)

Definition at line 429 of file write_res1_des_mod.f.

Here is the call graph for this function:

subroutine write_res1_des::write_res_parray_1l ( integer, intent(inout)  lNEXT_REC,
logical, dimension(:), intent(in)  INPUT_L 
)

Definition at line 538 of file write_res1_des_mod.f.

Here is the call graph for this function: