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 ebaad0d6165914cf06cadcec7f3563361efae439
parent 8c36fa6f35790cd63a11b96ee642d4635bbe2bc1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 24 Nov 2020 08:14:18 +0100

fluid.c: remove extra newline

Diffstat:
Mfluid.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/fluid.c b/fluid.c @@ -260,7 +260,6 @@ darcy_solver_1d(struct simulation *sim, sim->mu_f, sim->D); - for (i = 0; i < sim->nz; ++i) if (isnan(sim->p_f_dot_impl[i])) errx(1, "NaN at sim->p_f_dot_impl[%d] (t = %g s, iter = %d)",