URI: 
       tsimulation.c: refine solver parameter specification and comments - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
  HTML git clone git://src.adamsgaard.dk/cngf-pf
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 274637aac7ee7231f0b6cb7cad7f5c8317e2e32e
   DIR parent 43e0e5c4c402b41ae10648b4b568e134950d5d84
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 24 Nov 2020 13:47:02 +0100
       
       simulation.c: refine solver parameter specification and comments
       
       Diffstat:
         M simulation.c                        |      10 ++--------
       
       1 file changed, 2 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/simulation.c b/simulation.c
       t@@ -7,17 +7,11 @@
        #include "fluid.h"
        
        
       -/* #define SHOW_PARAMETERS */
       -
       -/* relative tolerance criteria for granular fluidity solver */
       +/* iteration limits for solvers */
        #define MAX_ITER_GRANULAR 10000
       -
       -/* relative tolerance criteria for fluid-pressure solver */
        #define MAX_ITER_DARCY 10000
       -
       -/* relative tolerance criteria when shear velocity is restricted */
       -#define RTOL_STRESS 1e-3
        #define MAX_ITER_STRESS 20000
       +#define RTOL_STRESS 1e-3
        
        
        /* Simulation settings */