Major instructor: Nicolas G. Hadjiconstantinou
athena% add gnu athena% gzcat dsmc.tar.gz | tar xvf - athena% cd dsmc athena% make athena% ./mc2
athena% tar xvzf dsmc.tar.gz athena% cd dsmc athena% make athena% ./mc2
to recompile for your new platform. If you wish to plot some of the average quantities, you can start MATLAB in this directory and typeathena% make clean athena% make
at the MATLAB prompt to produce some graphs. These are not required for the homework, but may be useful for diagnostics.>> plotdsmc
Note that there are some .m files included in the directory. do_run.m has some typical input values, and will run the program for you if you would like.
The latter of these references is extremely useful in completing homework set 2, problem 4.