TedStudley / mc-mini

Simple Stokes+Advection/Diffusion solver.
0 stars 4 forks source link

Build Status

Simple solver for stokes equation with temperature Advection/Diffusion. How to build the project

libeigen3-dev and libhdf5-dev packages are required to compile and run. Using VISIT for visualization is suggested, since many of the convergence analysis scripts are written using the Python VISIT Interface.

mkdir build
cd build
cmake ..
make