Introduction
Introduction Statistics Contact Development Disclaimer Help
tquiet run - sphere - GPU-based 3D discrete element method algorithm with optio…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 77eba564f47fe4ae136be994f22c3e51e0cc4aa4
parent e3c3de8c34a65557a34a2aa674d384258d1c65ed
Author: Anders Damsgaard <[email protected]>
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(-)
---
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)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.