| tdo not call plotEvolution - sphere - GPU-based 3D discrete element method algo… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit c8ec06c7c70aa2f12b54eaa2244d4bf7917b4e2d | |
| parent cb22d64965c160c3144660ba30400b1c6ea23682 | |
| Author: Anders Damsgaard <[email protected]> | |
| 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(-) | |
| --- | |
| 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') |