tExpanded readme file - simple_DEM - a simple 2D Discrete Element Method code for educational purposes
 (HTM) git clone git://src.adamsgaard.dk/simple_DEM
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 137bfd5402a906478d2c35958b59cd44bda0cbdb
 (DIR) parent a17213846a2df2ba52051d8f9f9effcd8b58636d
 (HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Sun, 14 Oct 2012 08:47:28 +0200
       
       Expanded readme file
       
       Diffstat:
         M README.rst                          |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       t@@ -7,6 +7,7 @@ Requirements
        ------------
        - GNU Make
        - GCC
       +- Optional: Paraview
        
        Obtaining
        ---------
       t@@ -15,3 +16,9 @@ Obtaining
        Building
        --------
        `make`
       +
       +Running
       +-------
       +Simply execute `./simple_DEM` in the root folder. Output is written to the `output/` folder. 
       +All simulation parameters must be specified in `global_properties.h` before compiling. If any parameters are changed, run `make` in the root folder.
       +