tdisable text output - 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 567405123e189cf6c95a5d790b6b8e0bf2ff2205
(DIR) parent b67827916912ac1106d32edc2fa4046543d5b62e
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 21 Aug 2014 09:21:22 +0200
disable text output
Diffstat:
M python/permeability-results-c=1.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/python/permeability-results-c=1.py b/python/permeability-results-c=1.py
t@@ -22,7 +22,8 @@ phi_bar = numpy.empty_like(K)
i = 0
for sid in sids:
- pc = PermeabilityCalc(sid, plot_evolution=False)
+ pc = PermeabilityCalc(sid, plot_evolution=False, print_results=False,
+ verbose=False)
K[i] = pc.conductivity()
pc.findPressureGradient()
pc.findCrossSectionalFlux()