initial commit of the fluid simulator.

Ton reviewed and gave his blessing.
Zr, can you have a look ?

see :
http://projects.blender.org/tracker/?func=detail&atid=127&aid=3039&group_id=9

for initial comments.

N_T : the solver itself (elbeem) needs some works to get rid of
warnings
This commit is contained in:
Jean-Luc Peurière
2005-09-18 13:27:12 +00:00
parent 9e3468bde2
commit e2d577de9e
83 changed files with 27913 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ SConscript(['SoundSystem/SConscript',
'memutil/SConscript/',
'decimation/SConscript',
'iksolver/SConscript',
'elbeem/SConscript',
'opennl/SConscript'])
NEW_CSG='false'