trun on device 0 - 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 17f9a3b6a830484ecbe3c87e2b50a1ae71968fd0
(DIR) parent ba6ab733f0a96ab4c9bc93893741709311e3d9f8
(HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Sat, 4 Jun 2016 12:02:38 -0700
run on device 0
Diffstat:
M python/generate-consolidation-scri… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/generate-consolidation-scripts-comet.py b/python/generate-consolidation-scripts-comet.py
t@@ -112,7 +112,7 @@ cons.consolidate(normal_stress={effective_stress})
cons.initTemporal(total=3.0, epsilon=0.07)
cons.run(dry=True)
-cons.run(device=device)
+cons.run(device=0)
cons.visualize('energy')
cons.visualize('walls')