| tupdated triaxial script - sphere - GPU-based 3D discrete element method algori… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 563f7ea52ebf914fefeafa01a74dae530b695eb6 | |
| parent 224dd4470b3dd337c62592719ca54b080a3f5040 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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, co… | |
| +init.initRandomGridPos(gridnum = numpy.array([12, 12, 1000]), periodic = 0, co… | |
| # Set duration of simulation | |
| init.initTemporal(total = 5.0) |