Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanged title - sphere - GPU-based 3D discrete element method algorithm with o…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 503e3db3d4c4ee215350fcb48da7956ab08817d5
parent 508d295126bc79d9ee2987d65f9676570a03a6d5
Author: Anders Damsgaard <[email protected]>
Date: Wed, 9 Oct 2013 13:43:14 +0200
changed title
Diffstat:
M tests/io_tests_fluid.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/io_tests_fluid.py b/tests/io_tests_fluid.py
t@@ -2,7 +2,7 @@
from pytestutils import *
#### Input/output tests ####
-print("### Input/output tests ###")
+print("### Fluid input/output tests ###")
# Generate data in python
orig = Spherebin(np=100, nw=0, sid="test-initgrid-fluid")
t@@ -20,8 +20,8 @@ py.readbin("../input/" + orig.sid + ".bin", verbose=False)
compare(orig, py, "Python IO:")
# Test C++ IO routines
-#orig.run(verbose=False, hideinputfile=True)
orig.run(verbose=True, hideinputfile=True, darcyflow=True)
+#orig.run(verbose=True, hideinputfile=False, darcyflow=True)
cpp = Spherebin()
cpp.readbin("../output/" + orig.sid + ".output00000.bin", verbose=False)
compare(orig, cpp, "C++ IO: ")
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.