Go to the source code of this file.
Functions/Subroutines | |
subroutine | GET_ADJACENT_MESHES (HGRID, KGRID_PAR, KL, PGRID_PAR, KLEFT, KRIGHT, KTOP, KBOTTOM) |
subroutine GET_ADJACENT_MESHES | ( | CHARACTER(LEN=10), intent(in) | HGRID, |
INTEGER, intent(in) | KGRID_PAR, | ||
INTEGER, intent(in) | KL, | ||
REAL, dimension(kgrid_par), intent(in) | PGRID_PAR, | ||
INTEGER, dimension(kl), intent(out) | KLEFT, | ||
INTEGER, dimension(kl), intent(out) | KRIGHT, | ||
INTEGER, dimension(kl), intent(out) | KTOP, | ||
INTEGER, dimension(kl), intent(out) | KBOTTOM | ||
) |
Definition at line 2 of file get_adjacent_meshes.F90.