Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd plotting of stress and shear - hansen-zoet-exp - comparison of lab and mod…
git clone git://src.adamsgaard.dk/hansen-zoet-exp
Log
Files
Refs
Submodules
---
commit 00666aa80b116ba480c10be262250287571b2056
parent 731077d85056daa2896a5e2802bee286a1b55837
Author: Anders Damsgaard <[email protected]>
Date: Sun, 11 Dec 2022 11:38:15 -0600
add plotting of stress and shear
Diffstat:
M Makefile | 8 ++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -9,6 +9,7 @@ PDFS = \
fig-sediment_flux-100ma.pdf \
fig-sediment_flux_daily.pdf \
fig-skin_depth_diff.pdf \
+ fig-stress_strain.pdf \
stressvals_ != range -l -N 40 0.01 100
stressvals_ += 8 22 50
t@@ -39,6 +40,13 @@ ${BIN}: ${REPO}/cngf-pf.c
${REPO}/cngf-pf.c:
git submodule update --init
+fig-stress_strain.pdf: strain_distribution_N50kPa_v3.169e-6ms.txt fig-stress_s…
+ sh -ec '\
+ for f in strain_distribution_ampl*.output*.txt; do \
+ gnuplot -e "f=\"$$f\"" fig-stress_strain.gp >$$f.pdf && \
+ echo $$f.pdf; \
+ done'
+
strain_distribution_N50kPa_v3.169e-6ms.txt: ${BIN}
sh -c '\
for v in ${velvals}; do \
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.