Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 303 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 303 Bytes

PIC/FLIP Fluid Simulation

To Build

Use the standard CMake pipeline:

mkdir build
cd build
cmake ..
make -j4

To compile in Release mode (turns on compiler optimizations) use

cmake -DCMAKE_BUILD_TYPE=Release ..

instead.

Both Bennett and Sindhu have completed the course evaluation.