tOptimize applied friction in strain distribution example - 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 3bcd0a20ae18ea2ce6d348a9156c49d307abcfb1
 (DIR) parent fd615ab4602465081610d02237f01612533da609
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue,  9 Jul 2019 16:05:57 +0200
       
       Optimize applied friction in strain distribution example
       
       Diffstat:
         M examples/1d_fd_simple_shear.png     |       0 
         M examples/Makefile                   |       2 +-
       
       2 files changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/examples/1d_fd_simple_shear.png b/examples/1d_fd_simple_shear.png
       Binary files differ.
 (DIR) diff --git a/examples/Makefile b/examples/Makefile
       t@@ -41,7 +41,7 @@ diurnal.gif: diurnal.mp4
        1d_fd_simple_shear.png: $(BIN) 1d_fd_simple_shear.gp
                /bin/sh -c '\
                for P in 10 20 40 60 80 120; do \
       -                ./$< -f 0.41 -o 0.03 -L 0.64 -P $${P}e3 -N \
       +                ./$< -f 0.44 -o 0.03 -L 0.64 -P $${P}e3 -N \
                                > 1d_fd_simple_shear_P$${P}kPa.txt; \
                done'
                gnuplot 1d_fd_simple_shear.gp > $@