Introduction
Introduction Statistics Contact Development Disclaimer Help
tdisable text output - sphere - GPU-based 3D discrete element method algorithm …
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 567405123e189cf6c95a5d790b6b8e0bf2ff2205
parent b67827916912ac1106d32edc2fa4046543d5b62e
Author: Anders Damsgaard <[email protected]>
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(-)
---
diff --git a/python/permeability-results-c=1.py b/python/permeability-results-c…
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()
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.