tset sigma0 - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 5f608d723016931090d48d16049edb0da46d3574
 (DIR) parent e99d4d9da0336d361f31a7f3f3c391ce3b8b9229
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  1 Sep 2014 14:56:06 +0200
       
       set sigma0
       
       Diffstat:
         M python/shear-starter.py             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/python/shear-starter.py b/python/shear-starter.py
       t@@ -50,6 +50,7 @@ sim.setMaxIterations(2e5)
        sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)
        sim.c_phi[0] = c_phi
        sim.c_grad_p[0] = c_grad_p
       +sim.w_devs[0] = sigma0
        
        # Fix lowermost particles
        dz = sim.L[2]/sim.num[2]