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 a6079cd8f16165bafbdd72d9ed5f456b9069430e
parent 310616e476c6991f84d411639b60b8e17896f70b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 29 Apr 2019 18:27:14 +0200

Strip trailing whitespace

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

diff --git a/fluid.c b/fluid.c @@ -137,7 +137,7 @@ int darcy_solver_1d( #endif p_f = sim->p_f_ghost[idx1g(i)]; - + p_f_ghost_out[idx1g(i)] = p_f + (1.0 - epsilon)*dp_f_expl[i] + epsilon*dp_f_impl[i];