2023-09-21 13:45 | add missing comment | Anders Damsgaard | 1 | +1 | -1 |
2023-03-02 19:29 | Makefile: bump version | Anders Damsgaard | 1 | +1 | -1 |
2022-12-15 20:20 | simulation.c: fix local inertia number (thanks K. Warburton) | Anders Damsgaard | 1 | +1 | -1 |
2022-07-05 16:40 | fix typos | Anders Damsgaard | 3 | +3 | -3 |
2022-06-13 19:07 | add options to set solver iteration limit and tolerance criteria | Anders Damsgaard | 3 | +21 | -11 |
2022-06-10 08:06 | max_depth_simple_shear: remove unused -O option | Anders Damsgaard | 2 | +0 | -7 |
2021-10-08 06:47 | Makefile: increment VERSION to 0.7.1 | Anders Damsgaard | 1 | +1 | -1 |
2021-09-10 12:20 | fix several issues detected by `mandoc -Tlint` | Anders Damsgaard | 2 | +6 | -6 |
2021-09-10 12:19 | cngf-pf-plot-depth-evol.1: add reference to transpose(1) | Anders Damsgaard | 1 | +2 | -1 |
2021-09-10 12:17 | cngf-pf-plot-depth-evol.1: document dependency on transpose(1) | Anders Damsgaard | 1 | +6 | -0 |
2021-09-10 11:08 | add plotting tools and their man pages | Anders Damsgaard | 6 | +284 | -32 |
2021-09-09 12:54 | add script to plot temporal evolution of field | Anders Damsgaard | 1 | +27 | -0 |
2021-09-09 14:29 | fix stress naming in fluidtest and plot effective normal stress | Anders Damsgaard | 2 | +4 | -4 |
2021-09-02 12:14 | a few errx(3) should be err(3) | Anders Damsgaard | 1 | +3 | -3 |
2021-09-02 12:12 | minor formatting changes | Anders Damsgaard | 1 | +16 | -40 |
2021-08-30 17:15 | test: use consistent naming for transient tests | Anders Damsgaard | 4 | +23 | -22 |
2021-08-30 17:11 | tests: add testing of dry transient dynamics of under/overconsolidation | Anders Damsgaard | 3 | +217 | -1 |
2021-08-30 10:35 | simulation.c: remove extra newline character | Anders Damsgaard | 1 | +1 | -1 |
2021-08-30 09:42 | fluidtest: add time-vs-vel subplot, verify behavior with negative eff. stress | Anders Damsgaard | 2 | +8 | -2 |
2021-08-30 09:41 | remove error when fluid-pressure amplitude exceeds initial effective stress | Anders Damsgaard | 1 | +0 | -5 |
2021-08-30 08:42 | test/Makefile: fix indentation | Anders Damsgaard | 1 | +16 | -16 |
2021-08-30 07:50 | rename tests from "simple shear" to "cngf_pf" | Anders Damsgaard | 12 | +70 | -70 |
2021-08-30 07:29 | allow negative values of sigma_n_eff, but trunkate for granular solver | Anders Damsgaard | 1 | +12 | -7 |
2021-08-30 07:13 | remove stray comments | Anders Damsgaard | 1 | +0 | -4 |
2021-08-30 07:09 | use magnitude of shear strain rate for computing inertia number | Anders Damsgaard | 1 | +1 | -1 |
2021-08-30 06:32 | Makefile: increment VERSION to 0.7.0 | Anders Damsgaard | 1 | +1 | -1 |
2021-08-17 12:15 | Merge branch 'ian' | Anders Damsgaard | 16 | +1094 | -904 |
2021-08-16 13:02 | Makefile: remove program-related object files during `clean` | Anders Damsgaard | 1 | +1 | -1 |
2021-08-05 10:34 | fix indentation error | Anders Damsgaard | 1 | +2 | -2 |
2021-08-05 09:02 | add cumulative displacement as output field, rework time stepping | Anders Damsgaard | 17 | +950 | -938 |
2021-07-14 07:47 | deborah.1: update program name and improve grammar | Anders Damsgaard | 1 | +8 | -5 |
2021-07-14 07:43 | Makefile: simplify according to quinq feedback | Anders Damsgaard | 1 | +20 | -32 |
2021-06-10 12:34 | add program for computing Deborah number | Anders Damsgaard | 3 | +200 | -0 |
2021-04-22 10:30 | use secure snprintf idiom | Anders Damsgaard | 2 | +25 | -13 |
2021-04-22 10:09 | sync arrays.[ch] from granular | Anders Damsgaard | 2 | +32 | -9 |
2021-04-22 06:35 | simulation.c: remove duplicate set of return_status | Anders Damsgaard | 1 | +0 | -2 |
2021-03-18 16:43 | arrays.c: malloc -> calloc | Anders Damsgaard | 1 | +1 | -1 |
2021-03-18 13:41 | arrays.[ch]: check memory allocation and exit on fail, add some helper functions | Anders Damsgaard | 1 | +8 | -2 |
2021-03-18 13:38 | arrays.[ch]: check memory allocation and exit on fail, add some helper functions | Anders Damsgaard | 2 | +40 | -6 |
2021-03-09 14:28 | fluid.c: disable darcy solver underrelaxation by default | Anders Damsgaard | 1 | +1 | -1 |
2021-03-09 14:24 | fluid.c: add comment on underrelaxation parameter | Anders Damsgaard | 1 | +4 | -0 |
2021-03-09 04:25 | First attempt at dampening the coupled solver. | Ian Madden | 3 | +10 | -2 |
2021-03-09 14:20 | cngf-pf.c: remove stray whitespace | Anders Damsgaard | 1 | +1 | -1 |
2021-03-09 14:19 | simulation.c: tweak error messaging | Anders Damsgaard | 1 | +5 | -5 |
2021-03-09 04:09 | Added a negative value check for the effective normal stress. | Ian Madden | 1 | +4 | -0 |
2021-02-16 14:53 | cngf-pf.c: only show timestep if DEBUG is set | Anders Damsgaard | 1 | +2 | -0 |
2021-02-16 14:52 | simulation.c: rename timestep variable in calculation function | Anders Damsgaard | 1 | +6 | -6 |
2021-02-16 14:50 | simulation.c: move inertia number into function and reuse | Anders Damsgaard | 1 | +15 | -4 |
2021-02-16 14:37 | fix sign case error in ad92a3e | Anders Damsgaard | 1 | +3 | -3 |
2021-02-16 14:35 | remove unused return type for transient timestep computation | Anders Damsgaard | 2 | +2 | -4 |
2021-02-16 14:30 | style fixes for cc5fef7 | Anders Damsgaard | 2 | +39 | -24 |
2021-02-11 17:41 | First try at a more appropriate time step when coupling the fluid and transient solvers. | Ian Madden | 3 | +30 | -1 |
2021-01-26 14:30 | cngf-pf.1: add note on overridden permeability values in transient simulations | Anders Damsgaard | 1 | +6 | -1 |
2021-01-24 14:18 | LICENSE: bump year | Anders Damsgaard | 1 | +1 | -1 |
2021-01-24 08:55 | fix `mandoc -Tlint` errors/warnings in man pages | Anders Damsgaard | 3 | +41 | -35 |
2021-01-13 13:51 | cngf-pf.c: fix manual override of numerical time step | Anders Damsgaard | 1 | +8 | -5 |
2021-01-13 13:46 | cngf-pf.c: fix order of initial stress computations | Anders Damsgaard | 1 | +1 | -1 |
2021-01-12 13:17 | add option -j to specify numerical time step manually | Anders Damsgaard | 2 | +15 | -2 |
2021-01-06 10:47 | Makefile: fix permissions on installed man pages | Anders Damsgaard | 1 | +1 | -1 |
2020-12-18 12:09 | update test standards | Anders Damsgaard | 5 | +650 | -650 |
2020-12-08 09:53 | Merge branch 'master' of src.adamsgaard.dk:cngf-pf | Anders Damsgaard | 4 | +23 | -26 |
2020-12-08 08:35 | use separate temporary storage arrays for fluid and transient solver | Anders Damsgaard | 3 | +5 | -2 |
2020-11-24 07:16 | Makefile: increment VERSION to 0.6.2 | Anders Damsgaard | 1 | +1 | -1 |
2020-11-24 07:14 | fluid.c: remove extra newline | Anders Damsgaard | 1 | +0 | -1 |
2020-11-24 07:08 | fluid.c: add missing computation of normalized residual | Anders Damsgaard | 1 | +4 | -8 |
2020-11-23 12:37 | Makefile: add "dist" target | Anders Damsgaard | 1 | +10 | -1 |
2020-11-23 12:22 | Makefile: increment VERSION to 0.6.1 | Anders Damsgaard | 1 | +1 | -1 |
2020-11-23 12:22 | update tests for top fluid BC refinement | Anders Damsgaard | 7 | +833 | -833 |
2020-11-23 12:20 | fix code style and correct top fluid pressure with dirichlet BC | Anders Damsgaard | 7 | +255 | -229 |
2020-11-23 10:18 | Makefile: add non-main sources to SRC | Anders Damsgaard | 1 | +1 | -1 |
2020-11-23 10:06 | Makefile: rework for strict POSIX compatibility | Anders Damsgaard | 1 | +34 | -26 |
2020-11-18 12:56 | temporarily use explicit solution for fluid pressure | Anders Damsgaard | 1 | +1 | -2 |
2020-11-18 12:55 | preallocate arrays for iterative solvers | Anders Damsgaard | 3 | +121 | -117 |
2020-11-18 11:13 | update fluid tests after previous commits | Anders Damsgaard | 7 | +833 | -833 |
2020-11-18 11:07 | fix one-off error in write of fluid pressure solution | Anders Damsgaard | 2 | +3 | -7 |
2020-11-18 10:31 | perform temporal integration of fluid pressure outside of fluid solver | Anders Damsgaard | 2 | +41 | -57 |
2020-11-18 09:29 | update simple_shear_dry_transient standard after previous commit | Anders Damsgaard | 1 | +25 | -25 |
2020-11-18 09:28 | fix transient porosity computations | Anders Damsgaard | 4 | +70 | -64 |
2020-11-17 13:11 | fluid.c: enable stray DEBUG definition | Anders Damsgaard | 1 | +0 | -2 |
2020-11-04 07:34 | simulation.c: fix indentation issues | Anders Damsgaard | 1 | +3 | -3 |
2020-10-28 12:02 | simulation.[ch]: change parameter names for residual(..) | Anders Damsgaard | 2 | +3 | -3 |
2020-08-25 15:07 | Rename main program from 1d_fd_simple_shear to cngf-pf | Anders Damsgaard | 8 | +278 | -278 |
2020-07-09 18:28 | Fix calculation of skin depth with specified diffusivity | Anders Damsgaard | 1 | +1 | -1 |
2020-07-09 17:29 | Add standard with specified diffusivity and fix laplacian | Anders Damsgaard | 3 | +216 | -1 |
2020-07-09 17:10 | Fix wrong case for grain compressibility parameter | Anders Damsgaard | 1 | +1 | -1 |
2020-07-09 15:11 | Add option to override individual hydraulic parameters with bulk diffusivity | Anders Damsgaard | 7 | +75 | -32 |
2020-06-30 11:25 | Update tests after parameter value change in b4b1657 | Anders Damsgaard | 7 | +648 | -648 |
2020-06-30 11:24 | Decrease default grain compressibility | Anders Damsgaard | 3 | +3 | -3 |
2020-06-30 08:25 | Rename beta_s to alpha in line with tradition | Anders Damsgaard | 5 | +15 | -15 |
2020-06-17 10:47 | Remove unused variable | Anders Damsgaard | 1 | +1 | -1 |
2020-06-16 13:44 | Include pore-skeleton compressibility | Anders Damsgaard | 14 | +677 | -652 |
2020-05-23 08:55 | Fix debug output in coupled_shear_solver | Anders Damsgaard | 1 | +1 | -1 |
2020-05-14 18:56 | Use linear residual for granular solver for 3x speedup | Anders Damsgaard | 12 | +708 | -710 |
2020-05-14 14:48 | Recompile objects when header changes instead of just relinking | Anders Damsgaard | 1 | +2 | -2 |
2020-05-14 14:47 | Change pointer style | Anders Damsgaard | 4 | +50 | -50 |
2020-05-14 13:24 | Add tests for constant and limited shear velocity | Anders Damsgaard | 3 | +242 | -0 |
2020-05-06 17:50 | Fix indentation in switch | Anders Damsgaard | 1 | +1 | -1 |
2020-05-06 12:03 | Swap array pointers instead of copying values in iterative solvers | Anders Damsgaard | 2 | +11 | -7 |
2020-05-06 10:40 | Fix hanging indent | Anders Damsgaard | 1 | +4 | -4 |
2020-05-06 10:39 | Correct fluid solution, update standards accordingly | Anders Damsgaard | 6 | +441 | -442 |
2020-05-06 08:29 | Remove redundant pore-pressure calculation | Anders Damsgaard | 6 | +439 | -439 |
2020-05-06 07:10 | Specify c99 standard to c compiler | Anders Damsgaard | 1 | +1 | -1 |
2020-05-05 20:27 | Use consistent formatting style | Anders Damsgaard | 6 | +447 | -423 |
2020-05-05 19:32 | Add missing line delimiter | Anders Damsgaard | 1 | +2 | -1 |
2020-05-05 16:52 | Allow mixing declarations and initialization, update standards | Anders Damsgaard | 13 | +527 | -546 |
2020-05-05 14:03 | Fix comment and clean up CFLAGS | Anders Damsgaard | 2 | +3 | -3 |
2020-05-05 11:48 | Remove old doc figures | Anders Damsgaard | 5 | +0 | -0 |
2020-05-04 14:16 | More style changes | Anders Damsgaard | 1 | +4 | -3 |
2020-05-04 14:15 | Minor style change | Anders Damsgaard | 1 | +2 | -1 |
2020-05-04 14:13 | Add function to calculate flux within program | Anders Damsgaard | 5 | +19 | -3 |
2020-04-18 05:12 | Increase iteration limit for coupled solver | Anders Damsgaard | 1 | +1 | -1 |
2020-04-17 12:27 | Add missing paragraph spacing to man page | Anders Damsgaard | 1 | +1 | -0 |
2020-04-17 12:26 | Fix default values of porosity in man page | Anders Damsgaard | 1 | +2 | -2 |
2020-04-16 15:42 | Set default file interval to same as end time | Anders Damsgaard | 2 | +2 | -2 |
2020-04-16 15:40 | Remove timestamp in output file naming | Anders Damsgaard | 1 | +2 | -2 |
2020-04-16 15:39 | Fix time arithmatic in main loop, update fluid test | Anders Damsgaard | 2 | +10 | -11 |
2020-04-16 15:19 | Update standards for new timestep restriction, add transient test | Anders Damsgaard | 6 | +82 | -74 |
2020-04-16 15:17 | Limit time step by output file interval | Anders Damsgaard | 1 | +1 | -0 |
2020-04-16 14:01 | Add dry, transient test result | Anders Damsgaard | 1 | +25 | -0 |
2020-04-16 13:58 | Break long line | Anders Damsgaard | 1 | +2 | -1 |
2020-04-16 13:57 | Add test and test results for shear_flux(1) | Anders Damsgaard | 3 | +19 | -1 |
2020-04-16 13:48 | Small formatting improvements in man pages | Anders Damsgaard | 3 | +5 | -19 |
2020-04-16 13:45 | Fix debug reporting in fluid solver | Anders Damsgaard | 1 | +3 | -3 |
2020-04-16 13:38 | In residual: compare change to old value | Anders Damsgaard | 1 | +1 | -1 |
2020-04-16 13:36 | Use linear operation and common function for darcy and coupled solver | Anders Damsgaard | 3 | +23 | -21 |
2020-04-16 13:12 | Check solution residual for transient solutions | Anders Damsgaard | 1 | +15 | -3 |
2020-04-16 13:04 | Check norm from velocity field, use common function for residual | Anders Damsgaard | 1 | +47 | -26 |
2020-04-16 12:36 | Remove unused parameters, add -Wextra | Anders Damsgaard | 2 | +16 | -31 |
2020-04-16 12:26 | Initialize residual for stress loop to NAN | Anders Damsgaard | 1 | +1 | -0 |
2020-04-16 12:02 | Fix whitespace in many alignment indentations | Anders Damsgaard | 2 | +12 | -11 |
2020-04-16 11:38 | Bump version number to 0.6.0 | Anders Damsgaard | 1 | +1 | -1 |
2020-04-16 11:28 | Move parameter_defaults.h into simulation.[ch] | Anders Damsgaard | 6 | +109 | -121 |
2020-04-16 11:22 | Improve error handling and error documentation | Anders Damsgaard | 8 | +50 | -15 |
2020-04-16 11:05 | Move struct simulation out of global scope for helper programs | Anders Damsgaard | 1 | +28 | -25 |
2020-04-16 10:56 | Move simulation struct out of global scope for main program | Anders Damsgaard | 6 | +517 | -508 |
2020-04-06 12:48 | Remove unused variable from main | Anders Damsgaard | 1 | +1 | -4 |
2020-04-06 11:56 | Move wall friction variable associated with limited shear velocity | Anders Damsgaard | 2 | +6 | -3 |
2020-04-06 11:50 | Move main loop into simulation.c | Anders Damsgaard | 4 | +119 | -96 |
2020-04-06 11:32 | Fix formatting of exit error listing | Anders Damsgaard | 1 | +13 | -14 |
2020-04-06 11:26 | Add explanation of error codes to man page | Anders Damsgaard | 1 | +19 | -4 |
2020-04-06 10:47 | Add debug output, fix porosity computation, change parameter defaults | Anders Damsgaard | 3 | +18 | -3 |
2020-04-06 10:20 | Fix calculation of transient porosity, add porosity forcing to fluid equation | Anders Damsgaard | 2 | +10 | -3 |
2020-04-06 09:54 | Update tests for output with correct I and tau values | Anders Damsgaard | 7 | +480 | -480 |
2020-04-06 09:54 | Fix indentation and use consistent comment style | Anders Damsgaard | 2 | +46 | -43 |
2020-04-06 09:45 | Fix calculation of friction, shear stress, and inertia number | Anders Damsgaard | 3 | +9 | -7 |
2020-04-06 08:53 | Fix function definitions and rearrange calls according to analysis | Anders Damsgaard | 3 | +61 | -48 |
2020-04-03 14:51 | Introduce new variables for transient dynamics | Anders Damsgaard | 2 | +23 | -8 |
2020-04-02 14:50 | Introduce functions for transient dynamics | Anders Damsgaard | 2 | +92 | -0 |
2020-04-02 08:54 | Merge branch 'master' of src.adamsgaard.dk:1d_fd_simple_shear | Anders Damsgaard | 1 | +4 | -2 |
2020-04-02 08:54 | Remove unused and ineffective initialization of e | Anders Damsgaard | 1 | +0 | -1 |
2020-04-02 08:15 | Initialize variable to NAN to avoid compile warning | Anders Damsgaard | 1 | +1 | -0 |
2020-04-02 08:08 | Use fprintf instead of dprintf to suppress warnings on linux | Anders Damsgaard | 4 | +8 | -8 |
2020-03-25 14:29 | Fix synopsis to show that multiple input files are allowed | Anders Damsgaard | 1 | +1 | -1 |
2020-03-25 14:23 | Add example where shear_flux reads from output files | Anders Damsgaard | 1 | +6 | -0 |
2020-03-24 19:37 | Update example output to new, extended precision | Anders Damsgaard | 1 | +2 | -2 |
2020-03-24 17:47 | Revert build flag for producing optimized code | Anders Damsgaard | 1 | +1 | -1 |
2020-03-24 17:11 | Add error checking on input data, remove unused math.h | Anders Damsgaard | 1 | +2 | -1 |
2020-03-24 15:10 | Rewrite shear_flux program in C | Anders Damsgaard | 3 | +86 | -18 |
2020-03-24 13:14 | Simplify and update README | Anders Damsgaard | 1 | +23 | -93 |
2020-03-24 12:04 | Add filter shear_flux to determine flux from velocity profile | Anders Damsgaard | 5 | +60 | -2 |
2020-03-16 06:49 | Remove unused code | Anders Damsgaard | 1 | +0 | -32 |
2020-03-15 20:22 | Minor syntax tweak, check output file before write and close | Anders Damsgaard | 2 | +8 | -5 |
2020-03-06 09:30 | Note relevance of -a option in man page | Anders Damsgaard | 1 | +2 | -0 |
2020-03-06 09:29 | Shorten syntax, remove stray argument | Anders Damsgaard | 2 | +1 | -2 |
2020-03-06 09:28 | Remove stray option | Anders Damsgaard | 1 | +0 | -1 |
2020-03-06 09:28 | Simplify man page | Anders Damsgaard | 1 | +2 | -5 |
2020-03-06 09:25 | Add man page for max_depth_simple_shear(1) | Anders Damsgaard | 2 | +87 | -1 |
2020-03-06 09:08 | Reorder options alphabetically | Anders Damsgaard | 3 | +116 | -82 |
2020-03-06 08:49 | Add man page for main program and install docs | Anders Damsgaard | 2 | +286 | -16 |
2020-03-06 06:10 | Fix typo in help text | Anders Damsgaard | 1 | +1 | -1 |
2020-03-06 06:08 | Fix option listing | Anders Damsgaard | 1 | +1 | -1 |
2020-03-05 20:58 | Fix assignment of simulation name | Anders Damsgaard | 1 | +5 | -4 |
2020-03-05 20:48 | Consolidate code for options | Anders Damsgaard | 1 | +3 | -4 |
2020-03-05 15:48 | Fix argument counter when manually parsing pulse shape option | Anders Damsgaard | 1 | +1 | -1 |
2020-03-05 15:40 | Update tests and standards to new options and output format | Anders Damsgaard | 10 | +515 | -512 |
2020-03-05 15:33 | Only allow short options, rework option parsing, global sim | Anders Damsgaard | 9 | +606 | -773 |
2020-02-07 10:36 | Clean up and remove examples | Anders Damsgaard | 15 | +0 | -319 |
2020-01-16 20:01 | Remove fluid-pressure argument to max_depth program and clean short option string | Anders Damsgaard | 1 | +1 | -7 |
2020-01-14 15:18 | Remove unused normal stress parameter for max deformation depth | Anders Damsgaard | 1 | +0 | -6 |
2020-01-02 08:58 | Update copyright license | Anders Damsgaard | 1 | +1 | -1 |
2019-12-12 21:14 | Define M_PI if not already defined | Anders Damsgaard | 1 | +4 | -0 |
2019-12-12 19:48 | Fix indentation inconsistency | Anders Damsgaard | 1 | +1 | -1 |
2019-12-12 19:29 | Remove unused code | Anders Damsgaard | 1 | +0 | -2 |
2019-12-12 19:27 | Remove unused code | Anders Damsgaard | 1 | +0 | -10 |
2019-12-12 13:18 | Fix typo in compressibility argument handling | Anders Damsgaard | 1 | +1 | -1 |
2019-12-12 13:15 | Print result in double precision | Anders Damsgaard | 1 | +1 | -1 |
2019-12-12 12:54 | Remove repetition in help text | Anders Damsgaard | 1 | +0 | -1 |
2019-12-12 12:51 | Minor makefile syntax improvements | Anders Damsgaard | 1 | +8 | -8 |
2019-12-12 12:12 | Add tests for max_depth_simple_shear | Anders Damsgaard | 2 | +26 | -1 |
2019-12-12 11:44 | Remove extra newline | Anders Damsgaard | 1 | +0 | -1 |
2019-12-12 11:42 | Find roots to equation system using Brent's method | Anders Damsgaard | 1 | +115 | -74 |
2019-12-11 15:22 | Use absolute value for fluid-solver residual, update testing standards | Anders Damsgaard | 7 | +435 | -436 |
2019-12-11 15:09 | Further modify solver | Anders Damsgaard | 1 | +54 | -12 |
2019-12-11 13:38 | Begin implementing solver | Anders Damsgaard | 1 | +41 | -16 |
2019-12-11 12:11 | Check for unused command line arguments | Anders Damsgaard | 1 | +4 | -4 |
2019-12-11 12:09 | Check simulation size before initializing arrays | Anders Damsgaard | 2 | +6 | -0 |
2019-12-11 11:46 | Add input size checking to array functions | Anders Damsgaard | 3 | +54 | -19 |
2019-12-11 10:25 | Clean up new main() and fix version info | Anders Damsgaard | 2 | +21 | -234 |
2019-12-11 10:10 | Move VERSION definition to Makefile | Anders Damsgaard | 3 | +4 | -3 |
2019-12-10 19:18 | Prepare structure for sister program with analytical solution | Anders Damsgaard | 3 | +26 | -19 |
2019-12-10 12:44 | Relicense with ISC License | Anders Damsgaard | 2 | +15 | -636 |
2019-12-05 18:56 | Improve precision for output file timing | Anders Damsgaard | 1 | +3 | -1 |
2019-11-19 10:25 | Allow negative cohesion values | Anders Damsgaard | 1 | +0 | -3 |
2019-11-13 20:32 | Merge branch 'master' of src.adamsgaard.dk:src/1d_fd_simple_shear | Anders Damsgaard | 2 | +28 | -6 |
2019-11-13 20:32 | Fix pledge(2) arguments | Anders Damsgaard | 1 | +2 | -1 |
2019-11-13 15:16 | Add pledge(2) on OpenBSD | Anders Damsgaard | 1 | +7 | -0 |
2019-11-06 09:15 | Use `jot` instead of `seq` for numeric sequences in examples | Anders Damsgaard | 7 | +7 | -7 |
2019-11-06 08:55 | Use POSIX make features for example runs | Anders Damsgaard | 1 | +17 | -16 |
2019-11-06 08:53 | Use correct removal command | Anders Damsgaard | 1 | +1 | -2 |
2019-11-06 08:52 | Use POSIX make features, add missing pulse test target | Anders Damsgaard | 1 | +16 | -14 |
2019-11-06 08:47 | Stick to POSIX make features | Anders Damsgaard | 1 | +7 | -7 |
2019-09-18 14:56 | Remove diagnostic info on pulse shape | Anders Damsgaard | 1 | +0 | -1 |
2019-09-18 14:54 | Pass pulse shape value as string | Anders Damsgaard | 1 | +11 | -2 |
2019-09-17 08:28 | Add option to change fluid-pressure pulse waveform shape | Anders Damsgaard | 4 | +36 | -9 |
2019-09-05 16:02 | Separate tolerance criteria, add triangular pressure pulse forcing | Anders Damsgaard | 6 | +295 | -50 |
2019-09-03 19:38 | Fix wording in help text | Anders Damsgaard | 1 | +1 | -1 |
2019-09-03 19:37 | Increase water pressure forcing amplitude in diurnal example | Anders Damsgaard | 1 | +2 | -2 |
2019-08-30 10:58 | Speed up code by avoiding use of index function idx1g | Anders Damsgaard | 4 | +73 | -39 |
2019-08-30 09:15 | Improve help text and document output format | Anders Damsgaard | 1 | +17 | -1 |
2019-08-29 20:01 | Merge branch 'master' of gitlab.com:admesg/1d_fd_simple_shear | Anders Damsgaard | 7 | +281 | -551 |
2019-08-29 20:01 | Bump to version v0.4.6 | Anders Damsgaard | 1 | +1 | -1 |
2019-08-29 14:35 | Bump to version v0.4.5 | Anders Damsgaard | 1 | +1 | -1 |
2019-08-29 14:35 | Make resolution depend on grain size by default | Anders Damsgaard | 2 | +6 | -3 |
2019-08-28 10:06 | Update README | Anders Damsgaard | 1 | +2 | -1 |
2019-08-26 12:19 | Only restore mu_wall if rate-limited | Anders Damsgaard | 1 | +2 | -1 |
2019-08-26 11:59 | Bump to version v0.4.4 | Anders Damsgaard | 1 | +1 | -1 |
2019-08-26 11:48 | Fix transient stress behavior when limiting shear velocity | Anders Damsgaard | 1 | +3 | -1 |
2019-08-26 08:32 | Use snprintf instead of sprintf for security reasons | Anders Damsgaard | 3 | +6 | -5 |
2019-08-21 08:43 | Merge branch 'master' of gitlab.com:admesg/1d_fd_simple_shear | Anders Damsgaard | 5 | +0 | -0 |
2019-08-21 08:42 | Fix velocity-constraint nan-output when initial forcing is below yield | Anders Damsgaard | 1 | +2 | -2 |
2019-08-19 16:38 | Fix stress iteration bug during long fluid runs, bump version to 0.4.1 | Anders Damsgaard | 4 | +2 | -2 |
2019-08-19 15:35 | Implement rate-controlled and rate-limited shear, bump version to 0.4.0 | Anders Damsgaard | 4 | +148 | -89 |
2019-07-15 13:47 | Update standards | Anders Damsgaard | 4 | +251 | -251 |
2019-07-15 12:51 | Remove diffusivities (consolidation coefficients) from permeability examples | Anders Damsgaard | 1 | +0 | -6 |
2019-07-15 12:30 | Show friction and strain rates as output in dry simulation runs | Anders Damsgaard | 4 | +304 | -302 |
2019-07-15 09:50 | Update water viscosity value | Anders Damsgaard | 1 | +1 | -1 |
2019-07-09 14:14 | Fix flags to strain-distribution comparison and update tests to new friction | Anders Damsgaard | 9 | +547 | -547 |
2019-07-09 14:05 | Optimize applied friction in strain distribution example | Anders Damsgaard | 2 | +1 | -1 |
2019-07-09 14:02 | Merge gitlab.com:admesg/1d_fd_simple_shear into HEAD | Anders Damsgaard | 11 | +638 | -592 |
2019-07-09 13:59 | Tweak applied friction in strain-distribution comparative example | Anders Damsgaard | 3 | +2 | -1 |
2019-07-09 13:50 | Increase default applied shear friction | Anders Damsgaard | 1 | +1 | -1 |
2019-07-08 11:06 | Update help text in README | Anders Damsgaard | 1 | +8 | -4 |
2019-07-08 11:00 | Add test with non-zero cohesion | Anders Damsgaard | 2 | +120 | -12 |
2019-07-08 10:54 | Uncomment SHOW_PARAMETERS by default | Anders Damsgaard | 1 | +1 | -1 |
2019-07-08 10:49 | Add compile-time flag to show parameter values, fig check of sim.dt | Anders Damsgaard | 1 | +9 | -3 |
2019-07-08 10:29 | Fix NaN/inf message reporting, increase VERSION to 0.3.1 | Anders Damsgaard | 2 | +10 | -5 |
2019-07-08 10:19 | Add cohesion as argument and in granular flow computations | Anders Damsgaard | 4 | +41 | -11 |
2019-07-06 09:09 | Only write intermediate output files to disk if a simulation name is specified | Anders Damsgaard | 2 | +7 | -4 |
2019-07-06 09:00 | Add reproducibility testing suite | Anders Damsgaard | 3 | +55 | -21 |
2019-07-06 08:59 | Fix standard generation for variable fluid pressure test | Anders Damsgaard | 1 | +1 | -6 |
2019-07-06 08:55 | Finalize testing suite and add standards | Anders Damsgaard | 6 | +442 | -17 |
2019-07-06 08:41 | Add Makefile for reproducibility testing | Anders Damsgaard | 1 | +67 | -0 |
2019-07-06 08:16 | Update PHONY declaration to include clean target | Anders Damsgaard | 1 | +2 | -1 |
2019-07-06 08:11 | Use general functions for producing output to stdout and files | Anders Damsgaard | 5 | +80 | -38 |
2019-07-01 19:52 | Remove unused variable in fluid solver | Anders Damsgaard | 1 | +1 | -1 |
2019-07-01 19:47 | Update diurnal animation | Anders Damsgaard | 1 | +0 | -0 |
2019-07-01 19:42 | Fix Jacobi method in iterative solver | Anders Damsgaard | 1 | +7 | -12 |
2019-07-01 19:12 | Rename p_f_ghost_out to p_f_ghost_new, and add p_f_ghost_old with old vals saved | Anders Damsgaard | 1 | +20 | -13 |
2019-07-01 13:26 | Use precomputed cell spacing | Anders Damsgaard | 2 | +3 | -3 |
2019-07-01 13:19 | Allow any gradient with von Neumann BCs, fix diurnal example | Anders Damsgaard | 3 | +20 | -11 |
2019-07-01 11:11 | Set fluid BCs in reusable function | Anders Damsgaard | 1 | +11 | -7 |
2019-07-01 09:10 | Fix conditional operations depending on epsilon value | Anders Damsgaard | 1 | +43 | -26 |
2019-07-01 08:24 | Save pressure solution as dp_f/dt terms, reduce memory operations | Anders Damsgaard | 1 | +75 | -74 |
2019-07-01 06:21 | Set diurnal example depth to 8 m, add additional memtest | Anders Damsgaard | 3 | +9 | -4 |
2019-06-28 15:49 | Increase depth in diurnal example | Anders Damsgaard | 3 | +8 | -3 |
2019-06-28 15:00 | Update figure paths, remove --time-step from README | Anders Damsgaard | 1 | +5 | -6 |
2019-06-28 14:07 | Merge branch 'debug_diffusion' into 'master' | Anders Damsgaard | 31 | +516 | -419 |
2019-06-25 15:11 | Also normalize output files during the simulation | Anders Damsgaard | 3 | +41 | -33 |
2019-06-25 14:41 | Use tabs for indentation and spaces for alignment | Anders Damsgaard | 4 | +827 | -838 |
2019-06-25 14:10 | Allow --normalize option with fluid-enabled simulations | Anders Damsgaard | 1 | +14 | -11 |
2019-06-25 13:55 | Fix long --normalize option | Anders Damsgaard | 1 | +1 | -0 |
2019-06-24 14:42 | Refine 'install' Makefile target and add 'uninstall' target | Anders Damsgaard | 1 | +18 | -8 |
2019-06-24 11:13 | Two cosmetic changes | Anders Damsgaard | 1 | +1 | -2 |
2019-06-20 06:38 | Update figures | Anders Damsgaard | 5 | +0 | -0 |
2019-05-11 18:35 | Show updated help text in README | Anders Damsgaard | 1 | +26 | -25 |
2019-05-11 18:34 | Show default values in help text | Anders Damsgaard | 2 | +65 | -27 |
2019-05-11 18:26 | Add memory leak testing | Anders Damsgaard | 1 | +4 | -1 |
2019-05-11 17:42 | Produce multiplot for diurnal timeseries | Anders Damsgaard | 3 | +21 | -5 |
2019-05-11 17:15 | Update rheology plots for consistency | Anders Damsgaard | 5 | +13 | -15 |
2019-05-11 16:51 | Change color sequence and include glass-bead run | Anders Damsgaard | 7 | +27 | -31 |
2019-05-10 23:18 | Use red line color for diurnal time series | Anders Damsgaard | 1 | +1 | -1 |
2019-05-10 23:06 | Save diurnal time series as PDF | Anders Damsgaard | 2 | +3 | -3 |
2019-05-10 22:59 | Fix axes units for stick-slip plot | Anders Damsgaard | 2 | +5 | -4 |
2019-05-10 22:51 | Add plotting of diurnal time series | Anders Damsgaard | 3 | +21 | -2 |
2019-05-10 21:30 | Add blues color scheme | Anders Damsgaard | 1 | +26 | -0 |
2019-05-08 16:21 | Update animation | Anders Damsgaard | 1 | +0 | -0 |
2019-05-08 16:19 | Remove reference to expired Julia implementation | Anders Damsgaard | 1 | +0 | -3 |
2019-05-07 19:34 | Add zsh to testing environment, needed for diurnal runs | Anders Damsgaard | 1 | +1 | -1 |
2019-05-07 19:33 | Fix diurnal plot target | Anders Damsgaard | 1 | +2 | -2 |
2019-05-07 19:30 | Add diurnal simulation to default make target | Anders Damsgaard | 1 | +10 | -5 |
2019-05-07 19:27 | Tweak diurnal test parameters, visualization, and timing of first output file | Anders Damsgaard | 3 | +3 | -5 |
2019-04-29 17:51 | Increase solver tolerance criteria | Anders Damsgaard | 7 | +2 | -2 |
2019-04-29 16:27 | Strip trailing whitespace | Anders Damsgaard | 1 | +1 | -1 |
2019-04-29 16:26 | Strip trailing whitespace | Anders Damsgaard | 1 | +5 | -5 |
2019-04-29 15:24 | Show water pressure, not friction in stdout | Anders Damsgaard | 1 | +1 | -2 |
2019-04-29 15:02 | Merge branch 'darcy' into 'master' | Anders Damsgaard | 23 | +878 | -412 |
2019-04-15 11:13 | Fix typo in header | Anders Damsgaard | 1 | +1 | -1 |
2019-04-15 05:56 | Fix Kamb reference | Anders Damsgaard | 1 | +1 | -1 |
2019-04-15 05:55 | Add further referencing in README | Anders Damsgaard | 1 | +5 | -5 |
2019-04-15 05:35 | Add reference to readme | Anders Damsgaard | 1 | +5 | -1 |
2019-04-12 09:04 | Refine vertical coordinate range for shear displacement comparison | Anders Damsgaard | 2 | +4 | -6 |
2019-04-12 09:02 | Fix length of domain when origo is non-zero | Anders Damsgaard | 1 | +3 | -1 |
2019-04-12 08:45 | Use consistent colors for shear distribution figure | Anders Damsgaard | 2 | +6 | -6 |
2019-04-12 07:41 | Change plotting to increase similarity in styling | Anders Damsgaard | 2 | +1 | -0 |
2019-04-12 07:39 | Remove extra decoration from plots | Anders Damsgaard | 4 | +13 | -29 |
2019-04-12 07:36 | Add missing colon to comparison table | Anders Damsgaard | 1 | +1 | -1 |
2019-04-12 07:36 | Fix table formatting | Anders Damsgaard | 1 | +5 | -7 |
2019-04-12 07:34 | Put comparisons in README into table, add descriptive text | Anders Damsgaard | 1 | +16 | -43 |
2019-04-12 07:26 | Add comparison to Tulaczyk 2006 figure | Anders Damsgaard | 5 | +53 | -1 |
2019-04-12 03:23 | Fix grammar in opening | Anders Damsgaard | 1 | +1 | -1 |
2019-04-11 18:40 | Use consistent b values for Iverson comparison | Anders Damsgaard | 3 | +7 | -6 |
2019-04-11 18:33 | Change order of presentation | Anders Damsgaard | 1 | +11 | -11 |
2019-04-11 18:32 | Remove cursor from Iverson screenshots | Anders Damsgaard | 2 | +0 | -0 |
2019-04-11 18:30 | Scale down Iverson figures for consistent size | Anders Damsgaard | 2 | +0 | -0 |
2019-04-11 18:25 | Add comparison to Iverson 2010 | Anders Damsgaard | 6 | +54 | -3 |
2019-04-11 15:19 | Increase friction coefficient in Kamb comparison | Anders Damsgaard | 2 | +1 | -1 |
2019-04-11 15:10 | Add missing gnuplot script | Anders Damsgaard | 1 | +24 | -0 |
2019-04-11 14:50 | Improve correspondence to Kamb 1991 | Anders Damsgaard | 5 | +21 | -29 |
2019-04-11 14:10 | Reorder content in README | Anders Damsgaard | 1 | +6 | -8 |
2019-04-11 14:07 | Improve README formatting | Anders Damsgaard | 1 | +10 | -9 |
2019-04-11 14:04 | Add missing figure | Anders Damsgaard | 1 | +0 | -0 |
2019-04-11 14:03 | Get rid of caption for Damsgaard 2013 figure | Anders Damsgaard | 1 | +0 | -0 |
2019-04-11 14:03 | Add spacing | Anders Damsgaard | 1 | +1 | -0 |
2019-04-11 14:01 | Add Kamb1991 figure and comparison | Anders Damsgaard | 3 | +32 | -0 |
2019-04-11 12:05 | Change b values for rheology plot | Anders Damsgaard | 4 | +6 | -6 |
2019-04-11 11:27 | Install bash on Alpine | Anders Damsgaard | 1 | +1 | -1 |
2019-04-11 11:22 | Add rheology plot to README | Anders Damsgaard | 1 | +6 | -0 |
2019-04-11 11:21 | Add stress vs. strain rate analysis | Anders Damsgaard | 4 | +39 | -1 |
2019-04-11 08:43 | Update figure labels | Anders Damsgaard | 1 | +1 | -1 |
2019-04-10 17:01 | Add CI pipeline badge | Anders Damsgaard | 1 | +1 | -0 |
2019-04-10 15:35 | Install gnuplot on Alpine CI instance | Anders Damsgaard | 1 | +1 | -1 |
2019-04-10 15:25 | Fix writes for Dirichlet BC and fix allocation of extra fluidity array | Anders Damsgaard | 1 | +2 | -2 |
2019-04-10 15:03 | Add Gitlab CI configuration | Anders Damsgaard | 1 | +10 | -0 |
2019-04-10 15:01 | Allow modification of all simulation parameters through command line arguments | Anders Damsgaard | 2 | +136 | -16 |
2019-04-06 10:40 | Use Dirichlet BC for top | Anders Damsgaard | 4 | +8 | -15 |
2019-04-06 10:28 | Fix line styling | Anders Damsgaard | 2 | +3 | -3 |
2019-04-06 10:27 | Add missing results from P_wall = 60 kPa run | Anders Damsgaard | 2 | +1 | -0 |
2019-04-06 10:26 | Clean-up script | Anders Damsgaard | 1 | +1 | -9 |
2019-04-06 10:25 | Add output figure from Julia | Anders Damsgaard | 1 | +0 | -0 |
2019-04-06 10:25 | Revert julia implementation to standard configuration | Anders Damsgaard | 1 | +3 | -5 |
2019-04-05 18:53 | Fix horizontal label for plot | Anders Damsgaard | 2 | +1 | -1 |
2019-04-05 18:47 | Add missing figure | Anders Damsgaard | 1 | +0 | -0 |
2019-04-05 18:44 | Only delete generated png during make clean | Anders Damsgaard | 1 | +0 | -1 |
2019-04-05 18:42 | Change default target to PNG file | Anders Damsgaard | 1 | +1 | -9 |
2019-04-05 18:42 | Add instructions on how to run | Anders Damsgaard | 1 | +8 | -0 |
2019-04-05 18:40 | Add Makefile for julia implementation | Anders Damsgaard | 1 | +7 | -0 |
2019-04-05 18:38 | Finish visualization | Anders Damsgaard | 9 | +56 | -3 |
2019-04-05 18:08 | Implement final fixes, minimize stdout output | Anders Damsgaard | 5 | +33 | -22 |
2019-04-05 14:11 | Perform detailed comparison between implementations | Anders Damsgaard | 8 | +61 | -18 |
2019-04-05 13:19 | Add debug information and compute missing values | Anders Damsgaard | 7 | +47 | -4 |
2019-04-05 12:54 | Remove old comments from simulation setup | Anders Damsgaard | 1 | +3 | -9 |
2019-04-05 12:53 | Fix Makefile compilation and linking | Anders Damsgaard | 1 | +18 | -7 |
2019-04-05 12:33 | Implement implicit Poisson solver | Anders Damsgaard | 5 | +233 | -29 |
2019-04-05 11:32 | Add unfinished implementation in C | Anders Damsgaard | 7 | +307 | -0 |
2019-04-05 10:23 | Improve readme, tweak figure, prepare Makefile for C | Anders Damsgaard | 2 | +7 | -4 |
2019-04-05 08:57 | Add note on tuning | Anders Damsgaard | 1 | +3 | -1 |
2019-04-05 08:17 | Add license | Anders Damsgaard | 1 | +636 | -0 |
2019-04-05 08:16 | Add spacing in README | Anders Damsgaard | 1 | +6 | -0 |
2019-04-05 08:14 | Add README and result figures | Anders Damsgaard | 3 | +12 | -0 |
2019-04-05 08:01 | Include fixed bottom particles in plot, add entr command to makefile | Anders Damsgaard | 2 | +26 | -11 |
2019-04-05 07:15 | Add Dirichlet BC and improve BC calls | Anders Damsgaard | 1 | +46 | -12 |
2019-04-05 06:55 | Improve comments | Anders Damsgaard | 1 | +26 | -16 |
2019-04-05 06:47 | Run over range of effective normal stresses | Anders Damsgaard | 1 | +33 | -47 |
2019-04-04 19:53 | Fix array copying during jacobi iterations | Anders Damsgaard | 1 | +36 | -26 |
2019-04-04 14:30 | Add makefile | Anders Damsgaard | 1 | +2 | -0 |
2019-04-04 14:29 | Add working script | Anders Damsgaard | 1 | +60 | -34 |
2019-04-04 13:55 | Implement correct jacobi iteration call | Anders Damsgaard | 1 | +205 | -0 |