cngf-pf

continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
git clone git://src.adamsgaard.dk/cngf-pf # fast
git clone https://src.adamsgaard.dk/cngf-pf.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 6bd6591677e6c6ebbd6d73bf94cae4e2cfdb3863
parent 3b5759c036feb0e857b03c3e481b1d08ad06cf9f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  6 Mar 2020 07:08:32 +0100

Fix option listing

Diffstat:
M1d_fd_simple_shear.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/1d_fd_simple_shear.c b/1d_fd_simple_shear.c @@ -32,7 +32,7 @@ struct simulation sim; static void usage(void) { - dprintf(2, "usage: %s [-FNThnv] " + dprintf(2, "usage: %s [-FNThv] " "[-g gravity-accel] [-d grain-size] [-r grain-density] " "[-m grain-friction] [-c grain-cohesion] " "[-A grain-nonlocal-ampl] [-b grain-rate-dependance] "