Go to the source code of this file.
Functions/Subroutines | |
subroutine | COMPRESS_FIELD (XTAB, KX, KY, KNBTOT, KNBUSE) |
subroutine | COMP_FOPEXT (PTAB, KTAB, KEXTCOD) |
subroutine COMPRESS_FIELD::COMP_FOPEXT | ( | REAL, dimension(:), intent(in) | PTAB, |
INTEGER, dimension(:), intent(out) | KTAB, | ||
INTEGER, intent(out) | KEXTCOD | ||
) |
Definition at line 179 of file compress_field.f90.
subroutine COMPRESS_FIELD | ( | REAL(KIND=8), dimension(knbtot), intent(inout) | XTAB, |
INTEGER, intent(in) | KX, | ||
INTEGER, intent(in) | KY, | ||
INTEGER, intent(in) | KNBTOT, | ||
INTEGER, intent(out) | KNBUSE | ||
) |