![]() |
MFIX
2016-1
|
Functions/Subroutines | |
subroutine, public | desmpi_unpack_ghostpar (pface) |
subroutine, public | desmpi_unpack_parcross (pface) |
logical function | locate_par (pGLOBALID, pIJK, pLOCALNO) |
logical function | exten_locate_par (pGlobalID, pIJK, pLocalNO) |
subroutine | unpack_db0 (lbuf, idata, pface) |
subroutine | unpack_db1 (lbuf, idata, pface) |
subroutine | unpack_i0 (lbuf, idata, pface) |
subroutine | unpack_i1 (lbuf, idata, pface) |
subroutine | unpack_l0 (lbuf, idata, pface) |
subroutine, public mpi_unpack_des::desmpi_unpack_ghostpar | ( | integer, intent(in) | pface | ) |
Definition at line 30 of file mpi_unpack_des_mod.f.
subroutine, public mpi_unpack_des::desmpi_unpack_parcross | ( | integer, intent(in) | pface | ) |
Definition at line 245 of file mpi_unpack_des_mod.f.
logical function mpi_unpack_des::exten_locate_par | ( | integer, intent(in) | pGlobalID, |
integer, intent(in) | pIJK, | ||
integer, intent(out) | pLocalNO | ||
) |
Definition at line 568 of file mpi_unpack_des_mod.f.
logical function mpi_unpack_des::locate_par | ( | integer, intent(in) | pGLOBALID, |
integer, intent(in) | pIJK, | ||
integer, intent(out) | pLOCALNO | ||
) |
subroutine mpi_unpack_des::unpack_db0 | ( | integer, intent(inout) | lbuf, |
double precision, intent(inout) | idata, | ||
integer, intent(in) | pface | ||
) |
Definition at line 624 of file mpi_unpack_des_mod.f.
subroutine mpi_unpack_des::unpack_db1 | ( | integer, intent(inout) | lbuf, |
double precision, dimension(:), intent(inout) | idata, | ||
integer, intent(in) | pface | ||
) |
Definition at line 639 of file mpi_unpack_des_mod.f.
subroutine mpi_unpack_des::unpack_i0 | ( | integer, intent(inout) | lbuf, |
integer, intent(inout) | idata, | ||
integer, intent(in) | pface | ||
) |
Definition at line 658 of file mpi_unpack_des_mod.f.
subroutine mpi_unpack_des::unpack_i1 | ( | integer, intent(inout) | lbuf, |
integer, dimension(:), intent(inout) | idata, | ||
integer, intent(in) | pface | ||
) |
Definition at line 673 of file mpi_unpack_des_mod.f.
subroutine mpi_unpack_des::unpack_l0 | ( | integer, intent(inout) | lbuf, |
logical, intent(inout) | idata, | ||
integer, intent(in) | pface | ||
) |
Definition at line 692 of file mpi_unpack_des_mod.f.