fft_fmax Function

public function fft_fmax(L, dt)

Arguments

Type IntentOptional Attributes Name
integer :: L
real(kind=8) :: dt

Return Value real(kind=8)


Called by

proc~~fft_fmax~~CalledByGraph proc~fft_fmax fft_fmax proc~fft_farray fft_farray proc~fft_farray->proc~fft_fmax

Source Code

  function fft_fmax(L,dt)
    integer :: L
    real(8) :: dt
    real(8) :: fft_fmax
    fft_fmax = pi/dt
  end function fft_fmax