![]() |
MFIX
2016-1
|
Public Member Functions | |
subroutine | global_all_min_0i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_1i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_2i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_3i (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_0r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_1r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_2r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_3r (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_0d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_1d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_2d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_3d (lbuf, gbuf, mroot, idebug) |
subroutine | global_all_min_onevar_0i (gbuf) |
subroutine | global_all_min_onevar_1i (gbuf) |
subroutine | global_all_min_onevar_2i (gbuf) |
subroutine | global_all_min_onevar_3i (gbuf) |
subroutine | global_all_min_onevar_0r (gbuf) |
subroutine | global_all_min_onevar_1r (gbuf) |
subroutine | global_all_min_onevar_2r (gbuf) |
subroutine | global_all_min_onevar_3r (gbuf) |
subroutine | global_all_min_onevar_0d (gbuf) |
subroutine | global_all_min_onevar_1d (gbuf) |
subroutine | global_all_min_onevar_2d (gbuf) |
subroutine | global_all_min_onevar_3d (gbuf) |
Definition at line 88 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_0d | ( | double precision, intent(in) | lbuf, |
double precision, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4063 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_0i | ( | integer, intent(in) | lbuf, |
integer, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 3773 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_0r | ( | real, intent(in) | lbuf, |
real, intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 3918 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_1d | ( | double precision, dimension(:), intent(in) | lbuf, |
double precision, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4099 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_1i | ( | integer, dimension(:), intent(in) | lbuf, |
integer, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 3809 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_1r | ( | real, dimension(:), intent(in) | lbuf, |
real, dimension(:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 3954 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_2d | ( | double precision, dimension(:,:), intent(in) | lbuf, |
double precision, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4134 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_2i | ( | integer, dimension(:,:), intent(in) | lbuf, |
integer, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 3844 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_2r | ( | real, dimension(:,:), intent(in) | lbuf, |
real, dimension(:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 3989 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_3d | ( | double precision, dimension(:,:,:), intent(in) | lbuf, |
double precision, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4168 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_3i | ( | integer, dimension(:,:,:), intent(in) | lbuf, |
integer, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 3878 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_3r | ( | real, dimension(:,:,:), intent(in) | lbuf, |
real, dimension(:,:,:), intent(out) | gbuf, | ||
integer, intent(in), optional | mroot, | ||
integer, intent(in), optional | idebug | ||
) |
Definition at line 4023 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_0d | ( | doubleprecision, intent(inout) | gbuf | ) |
Definition at line 3630 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_0i | ( | integer, intent(inout) | gbuf | ) |
Definition at line 3679 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_0r | ( | real, intent(inout) | gbuf | ) |
Definition at line 3725 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_1d | ( | doubleprecision, dimension(:), intent(inout) | gbuf | ) |
Definition at line 3642 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_1i | ( | integer, dimension(:), intent(inout) | gbuf | ) |
Definition at line 3691 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_1r | ( | real, dimension(:), intent(inout) | gbuf | ) |
Definition at line 3737 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_2d | ( | doubleprecision, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 3653 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_2i | ( | integer, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 3702 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_2r | ( | real, dimension(:,:), intent(inout) | gbuf | ) |
Definition at line 3748 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_3d | ( | doubleprecision, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 3665 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_3i | ( | integer, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 3714 of file mpi_utility_mod.f.
subroutine mpi_utility::global_all_min::global_all_min_onevar_3r | ( | real, dimension(:,:,:), intent(inout) | gbuf | ) |
Definition at line 3761 of file mpi_utility_mod.f.