SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_near_meshes_ign (KGRID_PAR, KL, PGRID_PAR, KNEAR_NBR, KN |
recursive subroutine | quick_sort (PLIST, KORDER) |
recursive subroutine | quick_sort_1 (KLEFT_END, KRIGHT_END, PLIST1, KORDER1 |
subroutine | interchange_sort (KLEFT_END, KRIGHT_END, PLIST2, KORDER2) |
subroutine get_near_meshes_ign | ( | integer, intent(in) | KGRID_PAR, |
integer, intent(in) | KL, | ||
real, dimension(kgrid_par), intent(in) | PGRID_PAR, | ||
integer, intent(in) | KNEAR_NBR, | ||
KN | |||
) |
Definition at line 7 of file get_near_meshes_ign.F90.
recursive subroutine get_near_meshes_ign::quick_sort | ( | real, dimension (:), intent(inout) | PLIST, |
integer, dimension (:), intent(out) | KORDER | ||
) |
Definition at line 116 of file get_near_meshes_ign.F90.
recursive subroutine get_near_meshes_ign::quick_sort_1 | ( | integer, intent(in) | KLEFT_END, |
integer, intent(in) | KRIGHT_END, | ||
real, dimension (:), intent(inout) | PLIST1, | ||
integer, dimension (:), intent(inout) | KORDER1 | ||
) |
Definition at line 141 of file get_near_meshes_ign.F90.