Home
last modified time | relevance | path

Searched refs:plan_ptgravx (Results 1 – 1 of 1) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/
H A DGravity.cpp67 fftwf_plan plan_ptgravx, plan_ptgravy; in grav_fft_init() local
83 plan_ptgravx = fftwf_plan_dft_r2c_2d(yblock2, xblock2, th_ptgravx, th_ptgravxt, FFTW_MEASURE); in grav_fft_init()
107 fftwf_execute(plan_ptgravx); in grav_fft_init()
109 fftwf_destroy_plan(plan_ptgravx); in grav_fft_init()