URI: 
       tadd link to visualization video - simple_DEM - a simple 2D Discrete Element Method code for educational purposes
  HTML git clone git://src.adamsgaard.dk/simple_DEM
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit bbcc7990ca05ab8e0183a4bf4c3ce883fe5d0ffb
   DIR parent e24e57ca861a024c2b3f14e345e8e76fb4c49470
  HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Tue, 17 Jan 2017 10:54:14 -0800
       
       add link to visualization video
       
       Diffstat:
         M README.rst                          |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/README.rst b/README.rst
       t@@ -25,6 +25,11 @@ 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.
        
       +Visualization
       +-------------
       +See `<https://youtu.be/HOKfgUy5e58>`_ for an example on how to visualize the 
       +grains in Paraview.
       +
        License
        -------
        The code is licenced under the GNU Public License V.3, see ``license.txt`` for details.