Go to the source code of this file.
Data Types | |
| module | MODI_READ_AND_SEND_MPI |
| interface | MODI_READ_AND_SEND_MPI::READ_AND_SEND_MPI |
Functions/Subroutines | |
| subroutine | READ_AND_SEND_MPI_N1D (KWORK, KWORK2, KMASK) |
| subroutine | READ_AND_SEND_MPI_X1D (PWORK, PWORK2, KMASK) |
| subroutine | READ_AND_SEND_MPI_X2D (PWORK, PWORK2, KMASK) |
| subroutine | READ_AND_SEND_MPI_X3D (PWORK, PWORK2, KMASK) |
| subroutine READ_AND_SEND_MPI_N1D | ( | INTEGER, dimension(:), intent(in) | KWORK, |
| INTEGER, dimension(:), intent(out) | KWORK2, | ||
| INTEGER, dimension(:), intent(in), optional | KMASK | ||
| ) |
Definition at line 45 of file read_and_send_mpi.F90.
| subroutine READ_AND_SEND_MPI_X1D | ( | REAL, dimension(:), intent(in) | PWORK, |
| REAL, dimension(:), intent(out) | PWORK2, | ||
| INTEGER, dimension(:), intent(in), optional | KMASK | ||
| ) |
Definition at line 151 of file read_and_send_mpi.F90.
| subroutine READ_AND_SEND_MPI_X2D | ( | REAL, dimension(:,:), intent(in) | PWORK, |
| REAL, dimension(:,:), intent(out) | PWORK2, | ||
| INTEGER, dimension(:), intent(in), optional | KMASK | ||
| ) |
Definition at line 257 of file read_and_send_mpi.F90.
| subroutine READ_AND_SEND_MPI_X3D | ( | REAL, dimension(:,:,:), intent(in) | PWORK, |
| REAL, dimension(:,:,:), intent(out) | PWORK2, | ||
| INTEGER, dimension(:), intent(in), optional | KMASK | ||
| ) |
Definition at line 363 of file read_and_send_mpi.F90.
1.8.0