Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 297 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 297 Bytes

To install FFTW3 in ubuntu or a Debian-based distribution run:

sudo apt install libfftw3-bin libfftw3-dev libfftw3-doc

To install the Python dependencies run:

pip install -r pip_requirements.txt

To run the 1D simulation:

make

The files for the 2D and 3D simulation are in the Legacy folder.