pressel / pycles

A python based infrastructure for cloud large eddy simulation.
GNU General Public License v3.0
92 stars 69 forks source link

Add option it use FFTW in pressure solver. #4

Open pressel opened 9 years ago

pressel commented 9 years ago

Currently the FFTs in the pressure solver are computed using the Scipy fftw package, eventually we should switch to using the pyfftw library that more cleanly integrates with Python.