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 3271084ceedc54d91dd18704de0372a5076a8ffb
parent 0dbad4fab057eba02ad5b39be5dbe145983fee64
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  8 Jul 2019 12:54:54 +0200

Uncomment SHOW_PARAMETERS by default

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

diff --git a/simulation.c b/simulation.c @@ -4,7 +4,7 @@ #include "arrays.h" #include "simulation.h" -#define SHOW_PARAMETERS +/* #define SHOW_PARAMETERS */ void prepare_arrays(struct simulation* sim)