tjust modify w_devs value and leave rest unchanged - 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 c6c18fdddd767b2df8d20c47f9f40423fd8990e7
 (DIR) parent ebd9cb35e0e137a34f58aad09e6b922dd8f1a55e
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 27 Aug 2014 11:10:50 +0200
       
       just modify w_devs value and leave rest unchanged
       
       Diffstat:
         M python/consolidation-curves.py      |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/consolidation-curves.py b/python/consolidation-curves.py
       t@@ -26,7 +26,8 @@ sim.cleanup()
        #sim.adjustUpperWall()
        sim.zeroKinematics()
        
       -sim.consolidate(normal_stress = sigma0)
       +#sim.consolidate(normal_stress = sigma0)
       +sim.w_devs[0] = sigma0
        
        #sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
        #sim.setFluidBottomNoFlow()