tupdated triaxial script - 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 563f7ea52ebf914fefeafa01a74dae530b695eb6
 (DIR) parent 224dd4470b3dd337c62592719ca54b080a3f5040
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 22 Aug 2013 13:02:04 +0200
       
       updated triaxial script
       
       Diffstat:
         M python/triaxial.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/python/triaxial.py b/python/triaxial.py
       t@@ -31,7 +31,7 @@ init.generateRadii(radius_mean = 0.05)
        init.defaultParams(gamma_n = 0.0, mu_s = 0.4, mu_d = 0.4)
        
        # Initialize positions in random grid (also sets world size)
       -init.initRandomGridPos(gridnum = numpy.array([12, 12, 1000]), periodic = 1, contactmodel = 2)
       +init.initRandomGridPos(gridnum = numpy.array([12, 12, 1000]), periodic = 0, contactmodel = 2)
        
        # Set duration of simulation
        init.initTemporal(total = 5.0)