tremove grid for shared x-axis - 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 456f57069bb6aa097d784fa4bff2075a5baa14c7
 (DIR) parent 686fd8bfb5e521ccf26f07da41286775a9899e54
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       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(-)
       ---
 (DIR) diff --git a/python/halfshear-darcy-stress-starter.py b/python/halfshear-darcy-stress-starter.py
       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)
        
 (DIR) 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()