![]() |
MFIX
2016-1
|
Data Types | |
interface | des_gather |
Functions/Subroutines | |
subroutine | desmpi_sendrecv_init (pface, pdebug) |
subroutine | desmpi_sendrecv_wait (pface, pdebug) |
subroutine | desmpi_scatterv (ptype, pdebug) |
subroutine | desmpi_gatherv (ptype, pdebug) |
subroutine | des_gather_d (parray) |
subroutine | des_gather_l (parray) |
subroutine | des_gather_i (parray, ploc2glb) |
subroutine mpi_comm_des::des_gather_d | ( | double precision, dimension(:) | parray | ) |
subroutine mpi_comm_des::des_gather_i | ( | integer, dimension(:) | parray, |
logical, optional | ploc2glb | ||
) |
subroutine mpi_comm_des::des_gather_l | ( | logical, dimension(:) | parray | ) |
subroutine mpi_comm_des::desmpi_gatherv | ( | integer, intent(in) | ptype, |
integer, intent(in), optional | pdebug | ||
) |
Definition at line 198 of file mpi_comm_des_mod.f.
subroutine mpi_comm_des::desmpi_scatterv | ( | integer, intent(in) | ptype, |
integer, intent(in), optional | pdebug | ||
) |
Definition at line 157 of file mpi_comm_des_mod.f.
subroutine mpi_comm_des::desmpi_sendrecv_init | ( | integer, intent(in) | pface, |
integer, intent(in), optional | pdebug | ||
) |
Definition at line 56 of file mpi_comm_des_mod.f.
subroutine mpi_comm_des::desmpi_sendrecv_wait | ( | integer, intent(in) | pface, |
integer, intent(in), optional | pdebug | ||
) |
Definition at line 119 of file mpi_comm_des_mod.f.