Introduction
Introduction Statistics Contact Development Disclaimer Help
timprove fluid plot - sphere - GPU-based 3D discrete element method algorithm w…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 22f5eb64dee87919b6ab90d4b1e8d5419e3892e6
parent e1ca057c3a2749911d17d6f9356f67e8470be834
Author: Anders Damsgaard <[email protected]>
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(-)
---
diff --git a/python/halfshear-darcy-strength-dilation-rate.py b/python/halfshea…
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],
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.