
Source Code:
The source code consists of 3 parts.
-The workspace used is called Smoke.dwm in the zip file. If that fails just make sure you include all the files below.
-The first part is the main file called Smoke.cpp which runs the actual program and does all of the calculations.
-There are also three other .cpp files which are necessary for the Geometric Tools Conjugate gradient solver to work. These must be added to the project.
-Finally there are 13 .h files and 11 .inl files which must bet attached to the project.
You can find all of these files here in a .zip file.
-Jason Poulos