URI:
       treduce N in channel experiment - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
  HTML git clone git://src.adamsgaard.dk/sphere
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
   DIR commit cdb27fe393e02eeefeca2d85bd1f584d9c0a8d2d
   DIR parent 8a009dca962d49ca4177473e766a4aa3dbef9343
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri,  1 Apr 2016 00:13:05 +0200
       
       reduce N in channel experiment
       
       Diffstat:
         M python/channel.py                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/python/channel.py b/python/channel.py
       t@@ -6,7 +6,7 @@ relaxation = False
        consolidation = True
        
        id_prefix = 'channel3'
       -N = 40e3
       +N = 10e3
        
        cube = sphere.sim('cube-init')
        cube.readlast()