tchanged title - 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 503e3db3d4c4ee215350fcb48da7956ab08817d5
(DIR) parent 508d295126bc79d9ee2987d65f9676570a03a6d5
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
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(-)
---
(DIR) 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: ")