URI: 
       timprove plot - 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 295522967417666032692d8958dd904b90087c31
   DIR parent eeed41b75866f4132dc200378894ba4e40ad97e6
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 27 Aug 2014 11:06:06 +0200
       
       improve plot
       
       Diffstat:
         M python/consolidation-curve.py       |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/python/consolidation-curve.py b/python/consolidation-curve.py
       t@@ -9,6 +9,7 @@ import numpy
        import matplotlib.pyplot as plt
        
        c_phi = 1.0
       +#c_grad_p_list = [1.0, 0.1, 0.01, 0.001]
        c_grad_p_list = [1.0, 0.1, 0.01]
        #c_grad_p_list = [1.0]
        sigma0 = 10.0e3
       t@@ -16,6 +17,8 @@ sigma0 = 10.0e3
        
        t = [[], [], []]
        H = [[], [], []]
       +#t = [[], [], [], []]
       +#H = [[], [], [], []]
        
        c = 0
        for c_grad_p in c_grad_p_list: