1d_fd_simple_shear_transient

transient-state continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear_transient
Log | Files | Refs | README | LICENSE

commit a9cdaf443a561ed13572225915c16fd9d31f557e
parent 1668d9ae6cef42bf017246089787baa28c29a715
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat,  9 Nov 2019 11:20:36 +0100

Add development disclaimer to README

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -6,6 +6,9 @@ model for granular flows and pore-pressure dynamics with transient porosity and strength. It is an extension of [1d_fd_simple_shear](https://src.adamsgaard.dk/1d_fd_simple_shear). +WARNING: The code is currently under development, and the results may +in no way be accurate or reliable. + ## How to run The implementation in C requires a C99-compatible compiler (e.g. `gcc` or `clang`). Run `make test` for integration tests.