tchange order of plots - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 525183188fa0dfe717539cfb95624260306c05f1
DIR parent 56af4aacf999712c3c11b456d93f6cf5d51af926
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 6 May 2015 14:22:03 +0200
change order of plots
Diffstat:
M python/halfshear-darcy-strain-rate⦠| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/python/halfshear-darcy-strain-rate.py b/python/halfshear-darcy-strain-rate.py
t@@ -26,7 +26,7 @@ sigma0_list = [20000.0, 80000.0]
#cvals = ['dry', 3.5e-13, 3.5e-14, 3.5e-15]
#cvals = ['dry', 1.0]
c = 3.5e-15
-muvals = ['dry', 1.797e-06, 1.797e-07, 1.797e-08]
+muvals = ['dry', 1.797e-08, 1.797e-07, 1.797e-06]
#step = 1999
for sigma0 in sigma0_list: