waves_set Subroutine

public subroutine waves_set(self, geo, xdirps, ydirps, zdirps)

Spectral equivalence constants

Ref. JCP 228 (2009), 5989–6015, Sec 4

Type Bound

poisson_fft_t

Arguments

Type IntentOptional Attributes Name
class(poisson_fft_t) :: self
type(geo_t), intent(in) :: geo
type(dirps_t), intent(in) :: xdirps
type(dirps_t), intent(in) :: ydirps
type(dirps_t), intent(in) :: zdirps

Calls

proc~~waves_set~~CallsGraph proc~waves_set m_poisson_fft::poisson_fft_t%waves_set proc~wave_numbers m_poisson_fft::wave_numbers proc~waves_set->proc~wave_numbers

Called by

proc~~waves_set~~CalledByGraph proc~waves_set m_poisson_fft::poisson_fft_t%waves_set proc~base_init~2 m_poisson_fft::poisson_fft_t%base_init proc~base_init~2->proc~waves_set