Compare commits

..

2 Commits

Author SHA1 Message Date
unknown
db89bc4ff4 Merge branch 'master' of git.austinwhoover.com:studiorailgun/fluid-sim
All checks were successful
studiorailgun/fluid-sim/pipeline/head This commit looks good
2024-03-15 21:18:55 -04:00
unknown
74db769ab6 define fix 2024-03-15 21:18:35 -04:00

View File

@ -10,6 +10,10 @@
#include "./velocitystep.c"
#include "./densitystep.c"
#ifndef SAVE_STEPS
#define SAVE_STEPS 0
#endif
#define DIM 18
#define LINEARSOLVERTIMES 20