timprove fluid plot - 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 22f5eb64dee87919b6ab90d4b1e8d5419e3892e6
(DIR) parent e1ca057c3a2749911d17d6f9356f67e8470be834
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 14 Apr 2015 16:10:15 +0200
improve fluid plot
Diffstat:
M python/halfshear-darcy-strength-di… | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/python/halfshear-darcy-strength-dilation-rate.py b/python/halfshear-darcy-strength-dilation-rate.py
t@@ -36,9 +36,9 @@ k_c = 3.5e-15
#mu_f_vals = [1.797e-06, 1.204e-06, 5.0e-8, 1.797e-08]
#mu_f_vals = [1.797e-06, 1.204e-06, 3.594e-07, 1.797e-08]
#mu_f_vals = [1.797e-06, 1.797-07, 1.797e-08]
-#mu_f_vals = [1.797e-06, 1.797-07, 1.797e-08]
+mu_f_vals = [1.797e-06, 1.797-07, 1.797e-08]
#mu_f_vals = [1.797e-06, 1.204e-06, 1.797e-08]
-mu_f_vals = [1.797e-06, 3.594e-07, 1.797e-08]
+#mu_f_vals = [1.797e-06, 3.594e-07, 1.797e-08]
velfac = 1.0
# return a smoothed version of in. The returned array is smaller than the
t@@ -262,7 +262,7 @@ for c in numpy.arange(0,len(mu_f_vals)):
ax3.fill_between(shear_strain[c], p_min[c], p_max[c],
- where=p_min[c]<=p_max[c], facecolor=color[c],
+ where=p_min[c]<=p_max[c], facecolor=color[c], edgecolor='None',
interpolate=True, alpha=0.5)
#ax4.plot(shear_strain[c][1:], f_n_mean[c][1:], '-' + color[c],