Introduction
Introduction Statistics Contact Development Disclaimer Help
tremove grid for shared x-axis - sphere - GPU-based 3D discrete element method …
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 456f57069bb6aa097d784fa4bff2075a5baa14c7
parent 686fd8bfb5e521ccf26f07da41286775a9899e54
Author: Anders Damsgaard <[email protected]>
Date: Fri, 16 Jan 2015 14:41:03 +0100
remove grid for shared x-axis
Diffstat:
M python/halfshear-darcy-stress-star… | 3 ++-
M python/sphere.py | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/python/halfshear-darcy-stress-starter.py b/python/halfshear-darcy-…
t@@ -71,7 +71,8 @@ sim.setDampingTangential(0.0)
#sim.deleteAllParticles()
#sim.fixvel[:] = -1.0
-sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)
+#sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)
+sim.initTemporal(total = 20.0, file_dt = 0.00001, epsilon=0.07)
#sim.time_dt[0] *= 1.0e-2
#sim.initTemporal(total = 1.0e-4, file_dt = 1.0e-5, epsilon=0.07)
diff --git a/python/sphere.py b/python/sphere.py
t@@ -5885,8 +5885,6 @@ class sim:
ax3.set_xlabel('Time [s]')
ax1.grid()
ax3.grid()
- if self.fluid:
- ax4.grid()
plt.setp(ax1.get_xticklabels(), visible=False)
fig.tight_layout()
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.