tsimulation.c: revert to looser tolerance criteria in velocity-driven shear - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7a6c3e3f471e3da65443ebff1d39796bba4ac27b
 (DIR) parent 68ca24522bdcf47cb4bac6facfd0ac1f44657cbb
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 25 Nov 2020 12:53:27 +0100
       
       simulation.c: revert to looser tolerance criteria in velocity-driven shear
       
       Diffstat:
         M simulation.c                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/simulation.c b/simulation.c
       t@@ -13,7 +13,7 @@
        #define MAX_ITER_STRESS 20000
        
        /* tolerance criteria when in velocity driven or velocity limited mode */
       -#define RTOL_VELOCITY 1e-5
       +#define RTOL_VELOCITY 1e-3
        
        
        /* Simulation settings */