Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd c value to label - sphere - GPU-based 3D discrete element method algorithm…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 302d661d1a7a2332591837095b77e5533e3130ed
parent 586d9fd9ed9b3a18538da0ea30ff6b6802799963
Author: Anders Damsgaard <[email protected]>
Date: Tue, 7 Oct 2014 16:16:43 +0200
add c value to label
Diffstat:
M python/shear-results-internals.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python/shear-results-internals.py b/python/shear-results-internals…
t@@ -151,9 +151,11 @@ for s in numpy.arange(len(steps)):
#strain_str = 'Shear strain\n $\\gamma = %.3f$' % (shear_strain[s])
if s == 0:
- strain_str = 'Dilating state\n $\\gamma = %.2f$' % (shear_strain[s])
+ strain_str = 'Dilating state\n $\\gamma = %.2f$, $c = %.2f$' % \
+ (shear_strain[s], c_grad_p)
else:
- strain_str = 'Steady state\n $\\gamma = %.2f$' % (shear_strain[s])
+ strain_str = 'Steady state\n $\\gamma = %.2f$, $c = %.2f$' % \
+ (shear_strain[s], c_grad_p)
n = 7
if s == 0:
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.