tShear-test also initializes and consolidates - 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 2d36d70bf1e5d751356dbb2ac30991303e1b4430
(DIR) parent 3c4f2087dab043e3e6bf921b8022150c8f78de51
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Wed, 19 Dec 2012 11:53:35 +0100
Shear-test also initializes and consolidates
Diffstat:
M python/shear-test.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/python/shear-test.py b/python/shear-test.py
t@@ -4,8 +4,8 @@
from sphere import *
### EXPERIMENT SETUP ###
-initialization = False
-consolidation = False
+initialization = True
+consolidation = True
shearing = True
rendering = True
plots = True