ftw1d Subroutine

public subroutine ftw1d(w, n1, n2, n3, is, dir)

WARNING: Still to be checked

Arguments

Type IntentOptional AttributesName
real(kind=dp), intent(inout) :: w(:,:,:)
integer, intent(in) :: n1
integer, intent(in) :: n2
integer, intent(in) :: n3
integer, intent(in) :: is
integer, intent(in) :: dir

Calls

proc~~ftw1d~~CallsGraph proc~ftw1d ftw1d interface~fftw_execute_dft_r2c fftw_execute_dft_r2c proc~ftw1d->interface~fftw_execute_dft_r2c interface~fftw_execute_dft_c2r fftw_execute_dft_c2r proc~ftw1d->interface~fftw_execute_dft_c2r

Called by

proc~~ftw1d~~CalledByGraph proc~ftw1d ftw1d proc~pftw2d pftw2d proc~pftw2d->proc~ftw1d proc~pftw3d pftw3d proc~pftw3d->proc~ftw1d proc~pftw3d->proc~pftw2d proc~fft_2d_psolv fft_2d_psolv proc~fft_2d_psolv->proc~pftw2d proc~fft_3d_psolv fft_3d_psolv proc~fft_3d_psolv->proc~pftw3d proc~set_wake_potential set_wake_potential proc~set_wake_potential->proc~fft_2d_psolv

Contents

None