1d_fd_simple_shear

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

commit 591091ae59587e5f4cefbfa1de2c8a7a61e216f4
parent ca8ccb7316fbadd9ccda13b7e722e1d965f20aa0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 12 Dec 2019 20:27:41 +0100

Remove unused code

Diffstat:
Mmax_depth_simple_shear.c | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/max_depth_simple_shear.c b/max_depth_simple_shear.c @@ -6,7 +6,6 @@ #include <time.h> #include "simulation.h" -/* #include "fluid.h" */ #define PROGNAME "max_depth_simple_shear" @@ -294,13 +293,6 @@ main(int argc, char* argv[]) for (i=0; i<sim.nz; ++i) sim.k[i] = new_k; - /*lithostatic_pressure_distribution(&sim);*/ - - /*if (sim.fluid) { - hydrostatic_fluid_pressure_distribution(&sim); - set_largest_fluid_timestep(&sim, 0.5); - }*/ - check_simulation_parameters(&sim); depth = 0.0; @@ -326,8 +318,6 @@ main(int argc, char* argv[]) depth_limit1, depth_limit2, TOL); - - /* printf("%g\t%g\n", diff, res_norm); */ } #ifdef BENCHMARK_PERFORMANCE