sbrisard / janus

Discretization of the Lippmann--Schwinger equation with periodic boundary conditions
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Allow for flags to be passed to FFTW #3

Closed sbrisard closed 9 years ago

sbrisard commented 9 years ago

fftw_plan_* must be passed planner flags. At the moment, Janus uses FFTW_ESTIMATE exclusively.

sbrisard commented 9 years ago

Planner flags exposed in a08d77faf77c6b9ad107d278c886497a2770602b. As of e6c93bc4bf3684eb59305eb2b5ce228703080b81, planner flags can now be specified to create FFT objects.