MFIX  2016-1
mpi_utility::global_min Interface Reference

Public Member Functions

subroutine global_min_0i (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_1i (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_2i (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_3i (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_0r (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_1r (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_2r (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_3r (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_0d (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_1d (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_2d (lbuf, gbuf, mroot, idebug)
 
subroutine global_min_3d (lbuf, gbuf, mroot, idebug)
 

Detailed Description

Definition at line 82 of file mpi_utility_mod.f.

Member Function/Subroutine Documentation

subroutine mpi_utility::global_min::global_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 3481 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_min_0i ( integer, intent(in)  lbuf,
integer, intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 3183 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_min_0r ( real, intent(in)  lbuf,
real, intent(out)  gbuf,
integer, intent(in), optional  mroot,
integer, intent(in), optional  idebug 
)

Definition at line 3332 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3517 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3219 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3368 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3552 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3254 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3403 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3588 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3290 of file mpi_utility_mod.f.

subroutine mpi_utility::global_min::global_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 3439 of file mpi_utility_mod.f.


The documentation for this interface was generated from the following file: