Go to the source code of this file.
|
| subroutine | mod_filtre_fft_loc::init_filtre_fft (coeffu, modfrstu, jfiltnu, jfiltsu, coeffv, modfrstv, jfiltnv, jfiltsv) |
| |
| subroutine | mod_filtre_fft_loc::filtre_u_fft (vect_inout, jjb, jje, jj_begin, jj_end, nbniv) |
| |
| subroutine | mod_filtre_fft_loc::filtre_v_fft (vect_inout, jjb, jje, jj_begin, jj_end, nbniv) |
| |
| subroutine | mod_filtre_fft_loc::filtre_inv_fft (vect_inout, jjb, jje, jj_begin, jj_end, nbniv) |
| |
|
| logical, save | mod_filtre_fft_loc::use_filtre_fft |
| |
| real, dimension(:,:), allocatable, save | mod_filtre_fft_loc::filtre_u |
| |
| real, dimension(:,:), allocatable, save | mod_filtre_fft_loc::filtre_v |
| |
| real, dimension(:,:), allocatable, save | mod_filtre_fft_loc::filtre_inv |
| |