determine_kind Function

public pure function determine_kind(sym_index) result(kind)

Converts the integer flag sym into the proper FFT kind

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: sym_index

Return Value integer(kind=C_INTPTR_T)


Called by

proc~~determine_kind~~CalledByGraph proc~determine_kind determine_kind proc~ftw1d_sc ftw1d_sc proc~ftw1d_sc->proc~determine_kind proc~pftw2d_sc pftw2d_sc proc~pftw2d_sc->proc~ftw1d_sc proc~pftw3d_sc pftw3d_sc proc~pftw3d_sc->proc~ftw1d_sc proc~pftw3d_sc->proc~pftw2d_sc proc~fft_2d_psolv fft_2d_psolv proc~fft_2d_psolv->proc~pftw2d_sc proc~fft_3d_psolv fft_3d_psolv proc~fft_3d_psolv->proc~pftw3d_sc proc~set_wake_potential set_wake_potential proc~set_wake_potential->proc~fft_2d_psolv

Contents

None