tupdate stress values in stress experiment - hansen-zoet-exp - comparison of la… | |
git clone git://src.adamsgaard.dk/hansen-zoet-exp | |
Log | |
Files | |
Refs | |
Submodules | |
LICENSE | |
--- | |
commit d0447d3d83818f2b3f502da70bc1619ccac9ec18 | |
parent d1cd7ffbd582431df316dcb057527e538a55459c | |
Author: Anders Damsgaard <[email protected]> | |
Date: Tue, 19 Apr 2022 15:41:39 +0200 | |
update stress values in stress experiment | |
Diffstat: | |
M fig-effective_stress/Makefile | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/fig-effective_stress/Makefile b/fig-effective_stress/Makefile | |
t@@ -3,9 +3,9 @@ FIG = $(shell basename $(CURDIR)) | |
default: ../$(FIG)-strain_distribution.pdf ../$(FIG)-mohr_coulomb.pdf | |
-strain_distribution_N51kPa.txt: $(BIN) Makefile | |
+strain_distribution_N50kPa.txt: $(BIN) Makefile | |
sh -c '\ | |
- for P in 51 101 202 303 404; do \ | |
+ for P in 8 22 50; do \ | |
./$(BIN) \ | |
-d 800e-6 \ | |
-m 0.661 \ | |
t@@ -24,7 +24,7 @@ strain_distribution_N51kPa.txt: $(BIN) Makefile | |
mohr_coulomb.txt: strain_distribution_N51kPa.txt | |
sh -c '\ | |
rm -f $@; \ | |
- for P in 51 101 202 303 404; do \ | |
+ for P in 8 22 50; do \ | |
tail -n 1 strain_distribution_N$${P}kPa.txt | cut -f3- >> $@; \ | |
done' | |