tTweak applied stress in strain distribution comparison - cngf-pf-exp1 - experiments for first paper with continuum granular model
 (HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3a7007867a1f669b4729b07ad7507e8becc9e5c7
 (DIR) parent 3dba415381b2bd705543376964ff1a450d5eb5a6
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue,  9 Jul 2019 16:02:58 +0200
       
       Tweak applied stress in strain distribution comparison
       
       Diffstat:
         M fig2/Makefile                       |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/fig2/Makefile b/fig2/Makefile
       t@@ -3,11 +3,11 @@ FIG = $(shell basename $(CURDIR))
        
        default: ../$(FIG).pdf
        
       -strain_distribution_N10kPa.txt: $(BIN)
       +strain_distribution_N10kPa.txt: $(BIN) Makefile
                /bin/sh -c '\
                for P in 10 20 40 60 80 120; do \
                        ./$< \
       -                --friction-coefficient 0.404 \
       +                --stress-ratio 0.41 \
                        --origo 0.03 --length 0.64 --normal-stress $${P}e3 \
                        --normalize > strain_distribution_N$${P}kPa.txt; \
                done'