tChanged dilation unit in shear visualization to meters - 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 220baf91b8b2819a8b4708244e4ef7a2ce762105
(DIR) parent 20a8363e249e6bf706fe61c66210feabf14a7b13
(HTM) Author: Anders Damsgaard <adc@geo.au.dk>
Date: Mon, 14 Jan 2013 10:40:06 +0100
Changed dilation unit in shear visualization to meters
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -1580,7 +1580,7 @@ def visualize(project, method = 'energy', savefig = True, outformat = 'png'):
# Plot dilation
ax2 = plt.subplot2grid((2,1),(1,0))
ax2.set_xlabel('Shear strain [-]')
- ax2.set_ylabel('Dilation [%]')
+ ax2.set_ylabel('Dilation [m]')
ax2.plot(xdisp/w_x0, dilation, '+-')
ax2.grid()