tignore results with c=0.01 that are influenced by grid geometry - 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 1cf2eade186b97fd59e4efc6c84519ebba7cc7ec
 (DIR) parent f1f2215f38c14179d726466ae0d3790b9bc7011e
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  1 Sep 2014 13:24:20 +0200
       
       ignore results with c=0.01 that are influenced by grid geometry
       
       Diffstat:
         M python/consolidation-curve.py       |      12 ++++++------
       
       1 file changed, 6 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/python/consolidation-curve.py b/python/consolidation-curve.py
       t@@ -10,16 +10,16 @@ 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, 0.1]
       +#c_grad_p_list = [1.0, 0.1, 0.01]
       +c_grad_p_list = [1.0, 0.1]
        #c_grad_p_list = [1.0]
        sigma0 = 10.0e3
        #sigma0 = 5.0e3
        
       -#t = [[], []]
       -#H = [[], []]
       -t = [[], [], []]
       -H = [[], [], []]
       +t = [[], []]
       +H = [[], []]
       +#t = [[], [], []]
       +#H = [[], [], []]
        #t = [[], [], [], []]
        #H = [[], [], [], []]