Go to the source code of this file.
◆ gather_and_write_mpi_x1d0()
subroutine gather_and_write_mpi_x1d0 |
( |
real, dimension(:), intent(in) |
PWORK, |
|
|
real, dimension(:), intent(out) |
PWORK2, |
|
|
integer, dimension(:), intent(in), optional |
KMASK |
|
) |
| |
◆ gather_and_write_mpi_x2d0()
subroutine gather_and_write_mpi_x2d0 |
( |
real, dimension(:,:), intent(in) |
PWORK, |
|
|
real, dimension(:,:), intent(out) |
PWORK2, |
|
|
integer, dimension(:), intent(in), optional |
KMASK |
|
) |
| |
◆ gather_and_write_mpi_x3d0()
subroutine gather_and_write_mpi_x3d0 |
( |
real, dimension(:,:,:), intent(in) |
PWORK, |
|
|
real, dimension(:,:,:), intent(out) |
PWORK2, |
|
|
integer, dimension(:), intent(in), optional |
KMASK |
|
) |
| |