URI:
       tchange domain size to equal other simulation - 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 abbe073852e486d794de964f9dc129349af089e9
   DIR parent a163cdbc7a035c9f11c8ab2a2ec4ce36cad09ad4
  HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
       Date:   Wed, 15 Jun 2016 18:16:27 -0700
       
       change domain size to equal other simulation
       
       Diffstat:
         M python/alejandro-init-cons.py       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/python/alejandro-init-cons.py b/python/alejandro-init-cons.py
       t@@ -39,7 +39,7 @@ init.g[2] = -9.81
        init.periodicBoundariesX()
        
        # Initialize positions in random grid (also sets world size)
       -init.initRandomGridPos(gridnum=[12, 12, 1e9])
       +init.initRandomGridPos(gridnum=[24, 24, 1e9])
        
        # Set duration of simulation
        init.initTemporal(total=10.0, epsilon=0.07)