tdo not call plotEvolution - 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 c8ec06c7c70aa2f12b54eaa2244d4bf7917b4e2d
(DIR) parent cb22d64965c160c3144660ba30400b1c6ea23682
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 2 Sep 2014 09:21:31 +0200
do not call plotEvolution
Diffstat:
M python/permeability-results.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/permeability-results.py b/python/permeability-results.py
t@@ -46,7 +46,7 @@ for c_grad_p in cvals:
dpdz[c][i] = pc.dPdL[2]
Q[c][i] = pc.Q[2]
pc.findMeanPorosity()
- pc.plotEvolution()
+ #pc.plotEvolution()
phi_bar[c][i] = pc.phi_bar
else:
print(sid + ' not found')