commit c9eed26502eaf12aadf89aceb211093b76db3097
parent f1f2615b68b94d2310158f2a6316254072779f2d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  9 Jul 2019 15:59:50 +0200
Tweak applied friction in strain-distribution comparative example
Diffstat:
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/examples/1d_fd_simple_shear.png b/examples/1d_fd_simple_shear.png
Binary files differ.
diff --git a/examples/Makefile b/examples/Makefile
@@ -41,7 +41,8 @@ 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 \
-		./$< -o 0.03 -L 0.64 -P $${P}e3 -N > 1d_fd_simple_shear_P$${P}kPa.txt; \
+		./$< -f 0.41 -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 > $@
 
diff --git a/examples/diurnal.gif b/examples/diurnal.gif
Binary files differ.