tdo not adjust upper wall - 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 ebd9cb35e0e137a34f58aad09e6b922dd8f1a55e
 (DIR) parent 51ede1c0eed4f2395eb2dd1e614c7fc3d0c8b3fd
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 27 Aug 2014 11:09:56 +0200
       
       do not adjust upper wall
       
       Diffstat:
         M python/consolidation-curves.py      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/consolidation-curves.py b/python/consolidation-curves.py
       t@@ -23,7 +23,7 @@ print('\n###### ' + sim.sid + ' ######')
        # Checkerboard colors
        sim.checkerboardColors()
        sim.cleanup()
       -sim.adjustUpperWall()
       +#sim.adjustUpperWall()
        sim.zeroKinematics()
        
        sim.consolidate(normal_stress = sigma0)