commit 3bcd0a20ae18ea2ce6d348a9156c49d307abcfb1
parent fd615ab4602465081610d02237f01612533da609
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  9 Jul 2019 16:05:57 +0200
Optimize applied friction in strain distribution example
Diffstat:
2 files changed, 1 insertion(+), 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,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 > $@