| tdisable debug output - sphere - GPU-based 3D discrete element method algorithm… | |
| git clone git://src.adamsgaard.dk/sphere | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit 4826a5f1bdd259a504f575ef932d32a7262577a3 | |
| parent 70322780f0cc14fc756d0d18a5162ce855e6ec9f | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Thu, 21 Aug 2014 13:43:10 +0200 | |
| disable debug output | |
| Diffstat: | |
| M python/consolidation-curve.py | 8 ++++---- | |
| 1 file changed, 4 insertions(+), 4 deletions(-) | |
| --- | |
| diff --git a/python/consolidation-curve.py b/python/consolidation-curve.py | |
| t@@ -9,9 +9,10 @@ import numpy | |
| import matplotlib.pyplot as plt | |
| c_phi = 1.0 | |
| -c_grad_p_list = [1.0, 0.1, 0.01] | |
| -#sigma0 = 10.0e3 | |
| -sigma0 = 5.0e3 | |
| +#c_grad_p_list = [1.0, 0.1, 0.01] | |
| +c_grad_p_list = [1.0] | |
| +sigma0 = 10.0e3 | |
| +#sigma0 = 5.0e3 | |
| t = [[], [], []] | |
| H = [[], [], []] | |
| t@@ -31,7 +32,6 @@ for c_grad_p in c_grad_p_list: | |
| #sim.readfirst(verbose=True) | |
| for i in numpy.arange(1, sim.status()+1): | |
| sim.readstep(i, verbose=True) | |
| - print(sim.c_grad_p[0]) | |
| t[c][i-1] = sim.time_current[0] | |
| H[c][i-1] = sim.w_x[0] | |