Go to the source code of this file.
Functions/Subroutines | |
subroutine | INIT_INDEX_MPI (HPROGRAM, HALG, PIO_FRAC) |
subroutine | SET_NB_POINTS_LIN (PIO_FRAC, KPROC, KPROCMIN, KPIO, KSIZE, KINDEX) |
subroutine | SET_NB_POINTS_ADJ (PIO_FRAC, KPROC, KPIO, KSIZE, KSIZE_FULL, KLEFT, KRIGHT, KTOP, KBOTTOM, KINDEX) |
subroutine | SET_NB_POINTS_TIL (HPROGRAM, HALG, PIO_FRAC, KPROC, KPIO, KSIZE_FULL, KLEFT, KRIGHT, KTOP, KBOTTOM, KINDEX) |
subroutine INIT_INDEX_MPI | ( | CHARACTER(LEN=6), intent(in) | HPROGRAM, |
CHARACTER(LEN=4), intent(in) | HALG, | ||
REAL, intent(in) | PIO_FRAC | ||
) |
Definition at line 1 of file init_index_mpi.F90.
subroutine INIT_INDEX_MPI::SET_NB_POINTS_ADJ | ( | REAL, intent(in) | PIO_FRAC, |
INTEGER, intent(in) | KPROC, | ||
INTEGER, intent(in) | KPIO, | ||
INTEGER, intent(in) | KSIZE, | ||
INTEGER, intent(in) | KSIZE_FULL, | ||
INTEGER, dimension(ksize_full), intent(in) | KLEFT, | ||
INTEGER, dimension(ksize_full), intent(in) | KRIGHT, | ||
INTEGER, dimension(ksize_full), intent(in) | KTOP, | ||
INTEGER, dimension(ksize_full), intent(in) | KBOTTOM, | ||
INTEGER, dimension(ksize_full), intent(inout) | KINDEX | ||
) |
Definition at line 217 of file init_index_mpi.F90.
subroutine INIT_INDEX_MPI::SET_NB_POINTS_LIN | ( | REAL, intent(in) | PIO_FRAC, |
INTEGER, intent(in) | KPROC, | ||
INTEGER, intent(in) | KPROCMIN, | ||
INTEGER, intent(in) | KPIO, | ||
INTEGER, intent(in) | KSIZE, | ||
INTEGER, dimension(:), intent(inout) | KINDEX | ||
) |
Definition at line 170 of file init_index_mpi.F90.
subroutine INIT_INDEX_MPI::SET_NB_POINTS_TIL | ( | CHARACTER(LEN=6), intent(in) | HPROGRAM, |
CHARACTER(LEN=4), intent(in) | HALG, | ||
REAL, intent(in) | PIO_FRAC, | ||
INTEGER, intent(in) | KPROC, | ||
INTEGER, intent(in) | KPIO, | ||
INTEGER, intent(in) | KSIZE_FULL, | ||
INTEGER, dimension(ksize_full), intent(in) | KLEFT, | ||
INTEGER, dimension(ksize_full), intent(in) | KRIGHT, | ||
INTEGER, dimension(ksize_full), intent(in) | KTOP, | ||
INTEGER, dimension(ksize_full), intent(in) | KBOTTOM, | ||
INTEGER, dimension(ksize_full), intent(inout) | KINDEX | ||
) |
Definition at line 304 of file init_index_mpi.F90.