URI:
       tdecrease Young's modulus - 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 7b778b94817662777dfbf33d2b2a1293e1ad2a93
   DIR parent 744842ac5655c183aa9b4352cd349a953f599ed0
  HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Fri,  9 Sep 2016 16:06:00 -0700
       
       decrease Young's modulus
       
       Diffstat:
         M python/creep-master.py              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/python/creep-master.py b/python/creep-master.py
       t@@ -44,7 +44,7 @@ init.generateRadii(psd = 'uni', mean = 0.005, variance = 0.001)
        
        # Use default params
        init.defaultParams(gamma_n = 100.0, mu_s = 0.6, mu_d = 0.6)
       -init.setYoungsModulus(1e9)  # Plastic like
       +init.setYoungsModulus(1e8)
        
        # Add gravity
        init.g[2] = -9.81