cngf-pf-exp1

experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp # fast
git clone https://src.adamsgaard.dk/manus_continuum_granular1_exp.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 017721becfe1bc2fa6095e69440d1ca82a12d145
parent b859325b552d5dfa4a39a924ee47dd1089f6bb3b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 25 Aug 2020 16:50:04 +0200

Update for name change: 1d_fd_simple_shear -> cngf-pf

Diffstat:
M.gitmodules | 6+++---
Mfig-mohr_coulomb/Makefile | 2+-
Mfig-parameter_test/Makefile | 2+-
Mfig-pulse_lag/Makefile | 2+-
Mfig-pulse_square/Makefile | 2+-
Mfig-pulse_triangle/Makefile | 2+-
Mfig-rate_dependence/Makefile | 2+-
Mfig-skin_depth/Makefile | 2+-
Mfig-stick_slip_depth/Makefile | 2+-
Mfig-stick_slip_forcing/Makefile | 2+-
Mfig-stick_slip_rate/Makefile | 2+-
Mfig-stick_slip_rate_depth/Makefile | 2+-
Mfig-stick_slip_rate_depth_local/Makefile | 2+-
Mfig-stick_slip_rate_local/Makefile | 2+-
Mfig-stick_slip_stress/Makefile | 2+-
Mfig-stick_slip_stress_depth/Makefile | 2+-
Mfig-strain_distribution/Makefile | 2+-
Mfig-strain_distribution_local/Makefile | 2+-
Mflux_estimate/Makefile | 6+++---
19 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "1d_fd_simple_shear"] - path = 1d_fd_simple_shear - url = git://src.adamsgaard.dk/1d_fd_simple_shear +[submodule "cngf-pf"] + path = cngf-pf + url = git://src.adamsgaard.dk/cngf-pf diff --git a/fig-mohr_coulomb/Makefile b/fig-mohr_coulomb/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) N_SEQ != awk 'BEGIN{for(i=1; i<=220; i+=20) print i}' diff --git a/fig-parameter_test/Makefile b/fig-parameter_test/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) # default parameter values diff --git a/fig-pulse_lag/Makefile b/fig-pulse_lag/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-pulse_square/Makefile b/fig-pulse_square/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-pulse_triangle/Makefile b/fig-pulse_triangle/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-rate_dependence/Makefile b/fig-rate_dependence/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-skin_depth/Makefile b/fig-skin_depth/Makefile @@ -1,5 +1,5 @@ FIG != basename $(PWD) -BIN = ../1d_fd_simple_shear/max_depth_simple_shear +BIN = ../cngf-pf/max_depth_simple_shear default: ../$(FIG).pdf diff --git a/fig-stick_slip_depth/Makefile b/fig-stick_slip_depth/Makefile @@ -1,5 +1,5 @@ FIG != basename $(PWD) -BIN = ../1d_fd_simple_shear/max_depth_simple_shear +BIN = ../cngf-pf/max_depth_simple_shear default: ../$(FIG).pdf diff --git a/fig-stick_slip_forcing/Makefile b/fig-stick_slip_forcing/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-stick_slip_rate/Makefile b/fig-stick_slip_rate/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-stick_slip_rate_depth/Makefile b/fig-stick_slip_rate_depth/Makefile @@ -1,5 +1,5 @@ FIG != basename $(PWD) -BIN = ../1d_fd_simple_shear/max_depth_simple_shear +BIN = ../cngf-pf/max_depth_simple_shear default: ../$(FIG).pdf diff --git a/fig-stick_slip_rate_depth_local/Makefile b/fig-stick_slip_rate_depth_local/Makefile @@ -1,5 +1,5 @@ FIG != basename $(PWD) -BIN = ../1d_fd_simple_shear/max_depth_simple_shear +BIN = ../cngf-pf/max_depth_simple_shear default: ../$(FIG).pdf diff --git a/fig-stick_slip_rate_local/Makefile b/fig-stick_slip_rate_local/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-stick_slip_stress/Makefile b/fig-stick_slip_stress/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-stick_slip_stress_depth/Makefile b/fig-stick_slip_stress_depth/Makefile @@ -1,5 +1,5 @@ FIG != basename $(PWD) -BIN = ../1d_fd_simple_shear/max_depth_simple_shear +BIN = ../cngf-pf/max_depth_simple_shear default: ../$(FIG).pdf diff --git a/fig-strain_distribution/Makefile b/fig-strain_distribution/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/fig-strain_distribution_local/Makefile b/fig-strain_distribution_local/Makefile @@ -1,4 +1,4 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear +BIN = ../cngf-pf/cngf-pf FIG != basename $(PWD) default: ../$(FIG).pdf diff --git a/flux_estimate/Makefile b/flux_estimate/Makefile @@ -1,6 +1,6 @@ -BIN = ../1d_fd_simple_shear/1d_fd_simple_shear -SHEARFLUX = ../1d_fd_simple_shear/shear_flux -MAXDEPTH = ../1d_fd_simple_shear/max_depth_simple_shear +BIN = ../cngf-pf/cngf-pf +SHEARFLUX = ../cngf-pf/shear_flux +MAXDEPTH = ../cngf-pf/max_depth_simple_shear # grounding-line width [m] WIDTH = 100e3