mithodin/patchyColloids2014
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is the source code for my bachelor thesis in 2014. Read the pdf in thesis to get an idea what this does. How to build and view the documentation: * in the main folder, run 'doxygen doxy.conf' * open in your browser 'doc/html/index.html' How to build: * Install libconfig development files (libconfig-dev package for debian) * Install cmake * Create a directory 'build' within this source directory * Descend into 'build' and execute 'cmake ..' * Then execute 'make' You should now have an executable 'patchy_main' in the 'bin' folder. Usage: * Edit the file 'bin/parameters.cfg' * cd into 'bin' * execute ./patchy_main x (Where x is the number of concurrent threads to run)