tRefine vertical coordinate range for shear displacement comparison - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fc1bdd171ec9b6541060a5e0c8209e506397a8e6
 (DIR) parent df16288abb150656c54b2cdb3acbb4f9e39af1f7
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 12 Apr 2019 11:04:49 +0200
       
       Refine vertical coordinate range for shear displacement comparison
       
       Diffstat:
         M 1d_fd_simple_shear.png              |       0 
         M Makefile                            |      10 ++++------
       
       2 files changed, 4 insertions(+), 6 deletions(-)
       ---
 (DIR) diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png
       Binary files differ.
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -14,12 +14,10 @@ default: 1d_fd_simple_shear.png \
                $(CC) $(LDFLAGS) $(OBJ) -o $@
        
        1d_fd_simple_shear.png: 1d_fd_simple_shear 1d_fd_simple_shear.gp
       -        ./$< -P  10e3 -N > $<_P10kPa.txt
       -        ./$< -P  20e3 -N > $<_P20kPa.txt
       -        ./$< -P  40e3 -N > $<_P40kPa.txt
       -        ./$< -P  60e3 -N > $<_P60kPa.txt
       -        ./$< -P  80e3 -N > $<_P80kPa.txt
       -        ./$< -P 120e3 -N > $<_P120kPa.txt
       +        /bin/bash -c '\
       +        for P in 10 20 40 60 80 120; do \
       +                ./$< -o 0.03 -L 0.64 -P $${P}e3 -N > $<_P$${P}kPa.txt; \
       +        done'
                gnuplot $<.gp > $@
        
        1d_fd_simple_shear_rheology.png: 1d_fd_simple_shear 1d_fd_simple_shear_rheology.gp