tquiet run - 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 77eba564f47fe4ae136be994f22c3e51e0cc4aa4
DIR parent e3c3de8c34a65557a34a2aa674d384258d1c65ed
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 10 Nov 2014 16:14:21 +0100
quiet run
Diffstat:
M tests/cfd_tests_darcy.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/tests/cfd_tests_darcy.py b/tests/cfd_tests_darcy.py
t@@ -24,8 +24,8 @@ orig.time_file_dt = orig.time_dt*0.99
orig.time_total = orig.time_dt*10
#orig.run(dry=True)
py = sphere.sim(sid = orig.sid, fluid = True)
-#orig.run(verbose=False)
-orig.run(verbose=True)
+orig.run(verbose=False)
+#orig.run(verbose=True)
zeros = numpy.zeros((orig.num))
py.readlast(verbose = False)