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

DateCommit messageAuthorFiles+-
2023-09-21 13:45add missing commentAnders Damsgaard1+1-1
2023-03-02 19:29Makefile: bump versionAnders Damsgaard1+1-1
2022-12-15 20:20simulation.c: fix local inertia number (thanks K. Warburton)Anders Damsgaard1+1-1
2022-07-05 16:40fix typosAnders Damsgaard3+3-3
2022-06-13 19:07add options to set solver iteration limit and tolerance criteriaAnders Damsgaard3+21-11
2022-06-10 08:06max_depth_simple_shear: remove unused -O optionAnders Damsgaard2+0-7
2021-10-08 06:47Makefile: increment VERSION to 0.7.1Anders Damsgaard1+1-1
2021-09-10 12:20fix several issues detected by `mandoc -Tlint`Anders Damsgaard2+6-6
2021-09-10 12:19cngf-pf-plot-depth-evol.1: add reference to transpose(1)Anders Damsgaard1+2-1
2021-09-10 12:17cngf-pf-plot-depth-evol.1: document dependency on transpose(1)Anders Damsgaard1+6-0
2021-09-10 11:08add plotting tools and their man pagesAnders Damsgaard6+284-32
2021-09-09 12:54add script to plot temporal evolution of fieldAnders Damsgaard1+27-0
2021-09-09 14:29fix stress naming in fluidtest and plot effective normal stressAnders Damsgaard2+4-4
2021-09-02 12:14a few errx(3) should be err(3)Anders Damsgaard1+3-3
2021-09-02 12:12minor formatting changesAnders Damsgaard1+16-40
2021-08-30 17:15test: use consistent naming for transient testsAnders Damsgaard4+23-22
2021-08-30 17:11tests: add testing of dry transient dynamics of under/overconsolidationAnders Damsgaard3+217-1
2021-08-30 10:35simulation.c: remove extra newline characterAnders Damsgaard1+1-1
2021-08-30 09:42fluidtest: add time-vs-vel subplot, verify behavior with negative eff. stressAnders Damsgaard2+8-2
2021-08-30 09:41remove error when fluid-pressure amplitude exceeds initial effective stressAnders Damsgaard1+0-5
2021-08-30 08:42test/Makefile: fix indentationAnders Damsgaard1+16-16
2021-08-30 07:50rename tests from "simple shear" to "cngf_pf"Anders Damsgaard12+70-70
2021-08-30 07:29allow negative values of sigma_n_eff, but trunkate for granular solverAnders Damsgaard1+12-7
2021-08-30 07:13remove stray commentsAnders Damsgaard1+0-4
2021-08-30 07:09use magnitude of shear strain rate for computing inertia numberAnders Damsgaard1+1-1
2021-08-30 06:32Makefile: increment VERSION to 0.7.0Anders Damsgaard1+1-1
2021-08-17 12:15Merge branch 'ian'Anders Damsgaard16+1094-904
2021-08-16 13:02Makefile: remove program-related object files during `clean`Anders Damsgaard1+1-1
2021-08-05 10:34fix indentation errorAnders Damsgaard1+2-2
2021-08-05 09:02add cumulative displacement as output field, rework time steppingAnders Damsgaard17+950-938
2021-07-14 07:47deborah.1: update program name and improve grammarAnders Damsgaard1+8-5
2021-07-14 07:43Makefile: simplify according to quinq feedbackAnders Damsgaard1+20-32
2021-06-10 12:34add program for computing Deborah numberAnders Damsgaard3+200-0
2021-04-22 10:30use secure snprintf idiomAnders Damsgaard2+25-13
2021-04-22 10:09sync arrays.[ch] from granularAnders Damsgaard2+32-9
2021-04-22 06:35simulation.c: remove duplicate set of return_statusAnders Damsgaard1+0-2
2021-03-18 16:43arrays.c: malloc -> callocAnders Damsgaard1+1-1
2021-03-18 13:41arrays.[ch]: check memory allocation and exit on fail, add some helper functionsAnders Damsgaard1+8-2
2021-03-18 13:38arrays.[ch]: check memory allocation and exit on fail, add some helper functionsAnders Damsgaard2+40-6
2021-03-09 14:28fluid.c: disable darcy solver underrelaxation by defaultAnders Damsgaard1+1-1
2021-03-09 14:24fluid.c: add comment on underrelaxation parameterAnders Damsgaard1+4-0
2021-03-09 04:25First attempt at dampening the coupled solver.Ian Madden3+10-2
2021-03-09 14:20cngf-pf.c: remove stray whitespaceAnders Damsgaard1+1-1
2021-03-09 14:19simulation.c: tweak error messagingAnders Damsgaard1+5-5
2021-03-09 04:09Added a negative value check for the effective normal stress.Ian Madden1+4-0
2021-02-16 14:53cngf-pf.c: only show timestep if DEBUG is setAnders Damsgaard1+2-0
2021-02-16 14:52simulation.c: rename timestep variable in calculation functionAnders Damsgaard1+6-6
2021-02-16 14:50simulation.c: move inertia number into function and reuseAnders Damsgaard1+15-4
2021-02-16 14:37fix sign case error in ad92a3eAnders Damsgaard1+3-3
2021-02-16 14:35remove unused return type for transient timestep computationAnders Damsgaard2+2-4
2021-02-16 14:30style fixes for cc5fef7Anders Damsgaard2+39-24
2021-02-11 17:41First try at a more appropriate time step when coupling the fluid and transient solvers.Ian Madden3+30-1
2021-01-26 14:30cngf-pf.1: add note on overridden permeability values in transient simulationsAnders Damsgaard1+6-1
2021-01-24 14:18LICENSE: bump yearAnders Damsgaard1+1-1
2021-01-24 08:55fix `mandoc -Tlint` errors/warnings in man pagesAnders Damsgaard3+41-35
2021-01-13 13:51cngf-pf.c: fix manual override of numerical time stepAnders Damsgaard1+8-5
2021-01-13 13:46cngf-pf.c: fix order of initial stress computationsAnders Damsgaard1+1-1
2021-01-12 13:17add option -j to specify numerical time step manuallyAnders Damsgaard2+15-2
2021-01-06 10:47Makefile: fix permissions on installed man pagesAnders Damsgaard1+1-1
2020-12-18 12:09update test standardsAnders Damsgaard5+650-650
2020-12-08 09:53Merge branch 'master' of src.adamsgaard.dk:cngf-pfAnders Damsgaard4+23-26
2020-12-08 08:35use separate temporary storage arrays for fluid and transient solverAnders Damsgaard3+5-2
2020-11-24 07:16Makefile: increment VERSION to 0.6.2Anders Damsgaard1+1-1
2020-11-24 07:14fluid.c: remove extra newlineAnders Damsgaard1+0-1
2020-11-24 07:08fluid.c: add missing computation of normalized residualAnders Damsgaard1+4-8
2020-11-23 12:37Makefile: add "dist" targetAnders Damsgaard1+10-1
2020-11-23 12:22Makefile: increment VERSION to 0.6.1Anders Damsgaard1+1-1
2020-11-23 12:22update tests for top fluid BC refinementAnders Damsgaard7+833-833
2020-11-23 12:20fix code style and correct top fluid pressure with dirichlet BCAnders Damsgaard7+255-229
2020-11-23 10:18Makefile: add non-main sources to SRCAnders Damsgaard1+1-1
2020-11-23 10:06Makefile: rework for strict POSIX compatibilityAnders Damsgaard1+34-26
2020-11-18 12:56temporarily use explicit solution for fluid pressureAnders Damsgaard1+1-2
2020-11-18 12:55preallocate arrays for iterative solversAnders Damsgaard3+121-117
2020-11-18 11:13update fluid tests after previous commitsAnders Damsgaard7+833-833
2020-11-18 11:07fix one-off error in write of fluid pressure solutionAnders Damsgaard2+3-7
2020-11-18 10:31perform temporal integration of fluid pressure outside of fluid solverAnders Damsgaard2+41-57
2020-11-18 09:29update simple_shear_dry_transient standard after previous commitAnders Damsgaard1+25-25
2020-11-18 09:28fix transient porosity computationsAnders Damsgaard4+70-64
2020-11-17 13:11fluid.c: enable stray DEBUG definitionAnders Damsgaard1+0-2
2020-11-04 07:34simulation.c: fix indentation issuesAnders Damsgaard1+3-3
2020-10-28 12:02simulation.[ch]: change parameter names for residual(..)Anders Damsgaard2+3-3
2020-08-25 15:07Rename main program from 1d_fd_simple_shear to cngf-pfAnders Damsgaard8+278-278
2020-07-09 18:28Fix calculation of skin depth with specified diffusivityAnders Damsgaard1+1-1
2020-07-09 17:29Add standard with specified diffusivity and fix laplacianAnders Damsgaard3+216-1
2020-07-09 17:10Fix wrong case for grain compressibility parameterAnders Damsgaard1+1-1
2020-07-09 15:11Add option to override individual hydraulic parameters with bulk diffusivityAnders Damsgaard7+75-32
2020-06-30 11:25Update tests after parameter value change in b4b1657Anders Damsgaard7+648-648
2020-06-30 11:24Decrease default grain compressibilityAnders Damsgaard3+3-3
2020-06-30 08:25Rename beta_s to alpha in line with traditionAnders Damsgaard5+15-15
2020-06-17 10:47Remove unused variableAnders Damsgaard1+1-1
2020-06-16 13:44Include pore-skeleton compressibilityAnders Damsgaard14+677-652
2020-05-23 08:55Fix debug output in coupled_shear_solverAnders Damsgaard1+1-1
2020-05-14 18:56Use linear residual for granular solver for 3x speedupAnders Damsgaard12+708-710
2020-05-14 14:48Recompile objects when header changes instead of just relinkingAnders Damsgaard1+2-2
2020-05-14 14:47Change pointer styleAnders Damsgaard4+50-50
2020-05-14 13:24Add tests for constant and limited shear velocityAnders Damsgaard3+242-0
2020-05-06 17:50Fix indentation in switchAnders Damsgaard1+1-1
2020-05-06 12:03Swap array pointers instead of copying values in iterative solversAnders Damsgaard2+11-7
2020-05-06 10:40Fix hanging indentAnders Damsgaard1+4-4
2020-05-06 10:39Correct fluid solution, update standards accordinglyAnders Damsgaard6+441-442
2020-05-06 08:29Remove redundant pore-pressure calculationAnders Damsgaard6+439-439
2020-05-06 07:10Specify c99 standard to c compilerAnders Damsgaard1+1-1
2020-05-05 20:27Use consistent formatting styleAnders Damsgaard6+447-423
2020-05-05 19:32Add missing line delimiterAnders Damsgaard1+2-1
2020-05-05 16:52Allow mixing declarations and initialization, update standardsAnders Damsgaard13+527-546
2020-05-05 14:03Fix comment and clean up CFLAGSAnders Damsgaard2+3-3
2020-05-05 11:48Remove old doc figuresAnders Damsgaard5+0-0
2020-05-04 14:16More style changesAnders Damsgaard1+4-3
2020-05-04 14:15Minor style changeAnders Damsgaard1+2-1
2020-05-04 14:13Add function to calculate flux within programAnders Damsgaard5+19-3
2020-04-18 05:12Increase iteration limit for coupled solverAnders Damsgaard1+1-1
2020-04-17 12:27Add missing paragraph spacing to man pageAnders Damsgaard1+1-0
2020-04-17 12:26Fix default values of porosity in man pageAnders Damsgaard1+2-2
2020-04-16 15:42Set default file interval to same as end timeAnders Damsgaard2+2-2
2020-04-16 15:40Remove timestamp in output file namingAnders Damsgaard1+2-2
2020-04-16 15:39Fix time arithmatic in main loop, update fluid testAnders Damsgaard2+10-11
2020-04-16 15:19Update standards for new timestep restriction, add transient testAnders Damsgaard6+82-74
2020-04-16 15:17Limit time step by output file intervalAnders Damsgaard1+1-0
2020-04-16 14:01Add dry, transient test resultAnders Damsgaard1+25-0
2020-04-16 13:58Break long lineAnders Damsgaard1+2-1
2020-04-16 13:57Add test and test results for shear_flux(1)Anders Damsgaard3+19-1
2020-04-16 13:48Small formatting improvements in man pagesAnders Damsgaard3+5-19
2020-04-16 13:45Fix debug reporting in fluid solverAnders Damsgaard1+3-3
2020-04-16 13:38In residual: compare change to old valueAnders Damsgaard1+1-1
2020-04-16 13:36Use linear operation and common function for darcy and coupled solverAnders Damsgaard3+23-21
2020-04-16 13:12Check solution residual for transient solutionsAnders Damsgaard1+15-3
2020-04-16 13:04Check norm from velocity field, use common function for residualAnders Damsgaard1+47-26
2020-04-16 12:36Remove unused parameters, add -WextraAnders Damsgaard2+16-31
2020-04-16 12:26Initialize residual for stress loop to NANAnders Damsgaard1+1-0
2020-04-16 12:02Fix whitespace in many alignment indentationsAnders Damsgaard2+12-11
2020-04-16 11:38Bump version number to 0.6.0Anders Damsgaard1+1-1
2020-04-16 11:28Move parameter_defaults.h into simulation.[ch]Anders Damsgaard6+109-121
2020-04-16 11:22Improve error handling and error documentationAnders Damsgaard8+50-15
2020-04-16 11:05Move struct simulation out of global scope for helper programsAnders Damsgaard1+28-25
2020-04-16 10:56Move simulation struct out of global scope for main programAnders Damsgaard6+517-508
2020-04-06 12:48Remove unused variable from mainAnders Damsgaard1+1-4
2020-04-06 11:56Move wall friction variable associated with limited shear velocityAnders Damsgaard2+6-3
2020-04-06 11:50Move main loop into simulation.cAnders Damsgaard4+119-96
2020-04-06 11:32Fix formatting of exit error listingAnders Damsgaard1+13-14
2020-04-06 11:26Add explanation of error codes to man pageAnders Damsgaard1+19-4
2020-04-06 10:47Add debug output, fix porosity computation, change parameter defaultsAnders Damsgaard3+18-3
2020-04-06 10:20Fix calculation of transient porosity, add porosity forcing to fluid equationAnders Damsgaard2+10-3
2020-04-06 09:54Update tests for output with correct I and tau valuesAnders Damsgaard7+480-480
2020-04-06 09:54Fix indentation and use consistent comment styleAnders Damsgaard2+46-43
2020-04-06 09:45Fix calculation of friction, shear stress, and inertia numberAnders Damsgaard3+9-7
2020-04-06 08:53Fix function definitions and rearrange calls according to analysisAnders Damsgaard3+61-48
2020-04-03 14:51Introduce new variables for transient dynamicsAnders Damsgaard2+23-8
2020-04-02 14:50Introduce functions for transient dynamicsAnders Damsgaard2+92-0
2020-04-02 08:54Merge branch 'master' of src.adamsgaard.dk:1d_fd_simple_shearAnders Damsgaard1+4-2
2020-04-02 08:54Remove unused and ineffective initialization of eAnders Damsgaard1+0-1
2020-04-02 08:15Initialize variable to NAN to avoid compile warningAnders Damsgaard1+1-0
2020-04-02 08:08Use fprintf instead of dprintf to suppress warnings on linuxAnders Damsgaard4+8-8
2020-03-25 14:29Fix synopsis to show that multiple input files are allowedAnders Damsgaard1+1-1
2020-03-25 14:23Add example where shear_flux reads from output filesAnders Damsgaard1+6-0
2020-03-24 19:37Update example output to new, extended precisionAnders Damsgaard1+2-2
2020-03-24 17:47Revert build flag for producing optimized codeAnders Damsgaard1+1-1
2020-03-24 17:11Add error checking on input data, remove unused math.hAnders Damsgaard1+2-1
2020-03-24 15:10Rewrite shear_flux program in CAnders Damsgaard3+86-18
2020-03-24 13:14Simplify and update READMEAnders Damsgaard1+23-93
2020-03-24 12:04Add filter shear_flux to determine flux from velocity profileAnders Damsgaard5+60-2
2020-03-16 06:49Remove unused codeAnders Damsgaard1+0-32
2020-03-15 20:22Minor syntax tweak, check output file before write and closeAnders Damsgaard2+8-5
2020-03-06 09:30Note relevance of -a option in man pageAnders Damsgaard1+2-0
2020-03-06 09:29Shorten syntax, remove stray argumentAnders Damsgaard2+1-2
2020-03-06 09:28Remove stray optionAnders Damsgaard1+0-1
2020-03-06 09:28Simplify man pageAnders Damsgaard1+2-5
2020-03-06 09:25Add man page for max_depth_simple_shear(1)Anders Damsgaard2+87-1
2020-03-06 09:08Reorder options alphabeticallyAnders Damsgaard3+116-82
2020-03-06 08:49Add man page for main program and install docsAnders Damsgaard2+286-16
2020-03-06 06:10Fix typo in help textAnders Damsgaard1+1-1
2020-03-06 06:08Fix option listingAnders Damsgaard1+1-1
2020-03-05 20:58Fix assignment of simulation nameAnders Damsgaard1+5-4
2020-03-05 20:48Consolidate code for optionsAnders Damsgaard1+3-4
2020-03-05 15:48Fix argument counter when manually parsing pulse shape optionAnders Damsgaard1+1-1
2020-03-05 15:40Update tests and standards to new options and output formatAnders Damsgaard10+515-512
2020-03-05 15:33Only allow short options, rework option parsing, global simAnders Damsgaard9+606-773
2020-02-07 10:36Clean up and remove examplesAnders Damsgaard15+0-319
2020-01-16 20:01Remove fluid-pressure argument to max_depth program and clean short option stringAnders Damsgaard1+1-7
2020-01-14 15:18Remove unused normal stress parameter for max deformation depthAnders Damsgaard1+0-6
2020-01-02 08:58Update copyright licenseAnders Damsgaard1+1-1
2019-12-12 21:14Define M_PI if not already definedAnders Damsgaard1+4-0
2019-12-12 19:48Fix indentation inconsistencyAnders Damsgaard1+1-1
2019-12-12 19:29Remove unused codeAnders Damsgaard1+0-2
2019-12-12 19:27Remove unused codeAnders Damsgaard1+0-10
2019-12-12 13:18Fix typo in compressibility argument handlingAnders Damsgaard1+1-1
2019-12-12 13:15Print result in double precisionAnders Damsgaard1+1-1
2019-12-12 12:54Remove repetition in help textAnders Damsgaard1+0-1
2019-12-12 12:51Minor makefile syntax improvementsAnders Damsgaard1+8-8
2019-12-12 12:12Add tests for max_depth_simple_shearAnders Damsgaard2+26-1
2019-12-12 11:44Remove extra newlineAnders Damsgaard1+0-1
2019-12-12 11:42Find roots to equation system using Brent's methodAnders Damsgaard1+115-74
2019-12-11 15:22Use absolute value for fluid-solver residual, update testing standardsAnders Damsgaard7+435-436
2019-12-11 15:09Further modify solverAnders Damsgaard1+54-12
2019-12-11 13:38Begin implementing solverAnders Damsgaard1+41-16
2019-12-11 12:11Check for unused command line argumentsAnders Damsgaard1+4-4
2019-12-11 12:09Check simulation size before initializing arraysAnders Damsgaard2+6-0
2019-12-11 11:46Add input size checking to array functionsAnders Damsgaard3+54-19
2019-12-11 10:25Clean up new main() and fix version infoAnders Damsgaard2+21-234
2019-12-11 10:10Move VERSION definition to MakefileAnders Damsgaard3+4-3
2019-12-10 19:18Prepare structure for sister program with analytical solutionAnders Damsgaard3+26-19
2019-12-10 12:44Relicense with ISC LicenseAnders Damsgaard2+15-636
2019-12-05 18:56Improve precision for output file timingAnders Damsgaard1+3-1
2019-11-19 10:25Allow negative cohesion valuesAnders Damsgaard1+0-3
2019-11-13 20:32Merge branch 'master' of src.adamsgaard.dk:src/1d_fd_simple_shearAnders Damsgaard2+28-6
2019-11-13 20:32Fix pledge(2) argumentsAnders Damsgaard1+2-1
2019-11-13 15:16Add pledge(2) on OpenBSDAnders Damsgaard1+7-0
2019-11-06 09:15Use `jot` instead of `seq` for numeric sequences in examplesAnders Damsgaard7+7-7
2019-11-06 08:55Use POSIX make features for example runsAnders Damsgaard1+17-16
2019-11-06 08:53Use correct removal commandAnders Damsgaard1+1-2
2019-11-06 08:52Use POSIX make features, add missing pulse test targetAnders Damsgaard1+16-14
2019-11-06 08:47Stick to POSIX make featuresAnders Damsgaard1+7-7
2019-09-18 14:56Remove diagnostic info on pulse shapeAnders Damsgaard1+0-1
2019-09-18 14:54Pass pulse shape value as stringAnders Damsgaard1+11-2
2019-09-17 08:28Add option to change fluid-pressure pulse waveform shapeAnders Damsgaard4+36-9
2019-09-05 16:02Separate tolerance criteria, add triangular pressure pulse forcingAnders Damsgaard6+295-50
2019-09-03 19:38Fix wording in help textAnders Damsgaard1+1-1
2019-09-03 19:37Increase water pressure forcing amplitude in diurnal exampleAnders Damsgaard1+2-2
2019-08-30 10:58Speed up code by avoiding use of index function idx1gAnders Damsgaard4+73-39
2019-08-30 09:15Improve help text and document output formatAnders Damsgaard1+17-1
2019-08-29 20:01Merge branch 'master' of gitlab.com:admesg/1d_fd_simple_shearAnders Damsgaard7+281-551
2019-08-29 20:01Bump to version v0.4.6Anders Damsgaard1+1-1
2019-08-29 14:35Bump to version v0.4.5Anders Damsgaard1+1-1
2019-08-29 14:35Make resolution depend on grain size by defaultAnders Damsgaard2+6-3
2019-08-28 10:06Update READMEAnders Damsgaard1+2-1
2019-08-26 12:19Only restore mu_wall if rate-limitedAnders Damsgaard1+2-1
2019-08-26 11:59Bump to version v0.4.4Anders Damsgaard1+1-1
2019-08-26 11:48Fix transient stress behavior when limiting shear velocityAnders Damsgaard1+3-1
2019-08-26 08:32Use snprintf instead of sprintf for security reasonsAnders Damsgaard3+6-5
2019-08-21 08:43Merge branch 'master' of gitlab.com:admesg/1d_fd_simple_shearAnders Damsgaard5+0-0
2019-08-21 08:42Fix velocity-constraint nan-output when initial forcing is below yieldAnders Damsgaard1+2-2
2019-08-19 16:38Fix stress iteration bug during long fluid runs, bump version to 0.4.1Anders Damsgaard4+2-2
2019-08-19 15:35Implement rate-controlled and rate-limited shear, bump version to 0.4.0Anders Damsgaard4+148-89
2019-07-15 13:47Update standardsAnders Damsgaard4+251-251
2019-07-15 12:51Remove diffusivities (consolidation coefficients) from permeability examplesAnders Damsgaard1+0-6
2019-07-15 12:30Show friction and strain rates as output in dry simulation runsAnders Damsgaard4+304-302
2019-07-15 09:50Update water viscosity valueAnders Damsgaard1+1-1
2019-07-09 14:14Fix flags to strain-distribution comparison and update tests to new frictionAnders Damsgaard9+547-547
2019-07-09 14:05Optimize applied friction in strain distribution exampleAnders Damsgaard2+1-1
2019-07-09 14:02Merge gitlab.com:admesg/1d_fd_simple_shear into HEADAnders Damsgaard11+638-592
2019-07-09 13:59Tweak applied friction in strain-distribution comparative exampleAnders Damsgaard3+2-1
2019-07-09 13:50Increase default applied shear frictionAnders Damsgaard1+1-1
2019-07-08 11:06Update help text in READMEAnders Damsgaard1+8-4
2019-07-08 11:00Add test with non-zero cohesionAnders Damsgaard2+120-12
2019-07-08 10:54Uncomment SHOW_PARAMETERS by defaultAnders Damsgaard1+1-1
2019-07-08 10:49Add compile-time flag to show parameter values, fig check of sim.dtAnders Damsgaard1+9-3
2019-07-08 10:29Fix NaN/inf message reporting, increase VERSION to 0.3.1Anders Damsgaard2+10-5
2019-07-08 10:19Add cohesion as argument and in granular flow computationsAnders Damsgaard4+41-11
2019-07-06 09:09Only write intermediate output files to disk if a simulation name is specifiedAnders Damsgaard2+7-4
2019-07-06 09:00Add reproducibility testing suiteAnders Damsgaard3+55-21
2019-07-06 08:59Fix standard generation for variable fluid pressure testAnders Damsgaard1+1-6
2019-07-06 08:55Finalize testing suite and add standardsAnders Damsgaard6+442-17
2019-07-06 08:41Add Makefile for reproducibility testingAnders Damsgaard1+67-0
2019-07-06 08:16Update PHONY declaration to include clean targetAnders Damsgaard1+2-1
2019-07-06 08:11Use general functions for producing output to stdout and filesAnders Damsgaard5+80-38
2019-07-01 19:52Remove unused variable in fluid solverAnders Damsgaard1+1-1
2019-07-01 19:47Update diurnal animationAnders Damsgaard1+0-0
2019-07-01 19:42Fix Jacobi method in iterative solverAnders Damsgaard1+7-12
2019-07-01 19:12Rename p_f_ghost_out to p_f_ghost_new, and add p_f_ghost_old with old vals savedAnders Damsgaard1+20-13
2019-07-01 13:26Use precomputed cell spacingAnders Damsgaard2+3-3
2019-07-01 13:19Allow any gradient with von Neumann BCs, fix diurnal exampleAnders Damsgaard3+20-11
2019-07-01 11:11Set fluid BCs in reusable functionAnders Damsgaard1+11-7
2019-07-01 09:10Fix conditional operations depending on epsilon valueAnders Damsgaard1+43-26
2019-07-01 08:24Save pressure solution as dp_f/dt terms, reduce memory operationsAnders Damsgaard1+75-74
2019-07-01 06:21Set diurnal example depth to 8 m, add additional memtestAnders Damsgaard3+9-4
2019-06-28 15:49Increase depth in diurnal exampleAnders Damsgaard3+8-3
2019-06-28 15:00Update figure paths, remove --time-step from READMEAnders Damsgaard1+5-6
2019-06-28 14:07Merge branch 'debug_diffusion' into 'master'Anders Damsgaard31+516-419
2019-06-25 15:11Also normalize output files during the simulationAnders Damsgaard3+41-33
2019-06-25 14:41Use tabs for indentation and spaces for alignmentAnders Damsgaard4+827-838
2019-06-25 14:10Allow --normalize option with fluid-enabled simulationsAnders Damsgaard1+14-11
2019-06-25 13:55Fix long --normalize optionAnders Damsgaard1+1-0
2019-06-24 14:42Refine 'install' Makefile target and add 'uninstall' targetAnders Damsgaard1+18-8
2019-06-24 11:13Two cosmetic changesAnders Damsgaard1+1-2
2019-06-20 06:38Update figuresAnders Damsgaard5+0-0
2019-05-11 18:35Show updated help text in READMEAnders Damsgaard1+26-25
2019-05-11 18:34Show default values in help textAnders Damsgaard2+65-27
2019-05-11 18:26Add memory leak testingAnders Damsgaard1+4-1
2019-05-11 17:42Produce multiplot for diurnal timeseriesAnders Damsgaard3+21-5
2019-05-11 17:15Update rheology plots for consistencyAnders Damsgaard5+13-15
2019-05-11 16:51Change color sequence and include glass-bead runAnders Damsgaard7+27-31
2019-05-10 23:18Use red line color for diurnal time seriesAnders Damsgaard1+1-1
2019-05-10 23:06Save diurnal time series as PDFAnders Damsgaard2+3-3
2019-05-10 22:59Fix axes units for stick-slip plotAnders Damsgaard2+5-4
2019-05-10 22:51Add plotting of diurnal time seriesAnders Damsgaard3+21-2
2019-05-10 21:30Add blues color schemeAnders Damsgaard1+26-0
2019-05-08 16:21Update animationAnders Damsgaard1+0-0
2019-05-08 16:19Remove reference to expired Julia implementationAnders Damsgaard1+0-3
2019-05-07 19:34Add zsh to testing environment, needed for diurnal runsAnders Damsgaard1+1-1
2019-05-07 19:33Fix diurnal plot targetAnders Damsgaard1+2-2
2019-05-07 19:30Add diurnal simulation to default make targetAnders Damsgaard1+10-5
2019-05-07 19:27Tweak diurnal test parameters, visualization, and timing of first output fileAnders Damsgaard3+3-5
2019-04-29 17:51Increase solver tolerance criteriaAnders Damsgaard7+2-2
2019-04-29 16:27Strip trailing whitespaceAnders Damsgaard1+1-1
2019-04-29 16:26Strip trailing whitespaceAnders Damsgaard1+5-5
2019-04-29 15:24Show water pressure, not friction in stdoutAnders Damsgaard1+1-2
2019-04-29 15:02Merge branch 'darcy' into 'master'Anders Damsgaard23+878-412
2019-04-15 11:13Fix typo in headerAnders Damsgaard1+1-1
2019-04-15 05:56Fix Kamb referenceAnders Damsgaard1+1-1
2019-04-15 05:55Add further referencing in READMEAnders Damsgaard1+5-5
2019-04-15 05:35Add reference to readmeAnders Damsgaard1+5-1
2019-04-12 09:04Refine vertical coordinate range for shear displacement comparisonAnders Damsgaard2+4-6
2019-04-12 09:02Fix length of domain when origo is non-zeroAnders Damsgaard1+3-1
2019-04-12 08:45Use consistent colors for shear distribution figureAnders Damsgaard2+6-6
2019-04-12 07:41Change plotting to increase similarity in stylingAnders Damsgaard2+1-0
2019-04-12 07:39Remove extra decoration from plotsAnders Damsgaard4+13-29
2019-04-12 07:36Add missing colon to comparison tableAnders Damsgaard1+1-1
2019-04-12 07:36Fix table formattingAnders Damsgaard1+5-7
2019-04-12 07:34Put comparisons in README into table, add descriptive textAnders Damsgaard1+16-43
2019-04-12 07:26Add comparison to Tulaczyk 2006 figureAnders Damsgaard5+53-1
2019-04-12 03:23Fix grammar in openingAnders Damsgaard1+1-1
2019-04-11 18:40Use consistent b values for Iverson comparisonAnders Damsgaard3+7-6
2019-04-11 18:33Change order of presentationAnders Damsgaard1+11-11
2019-04-11 18:32Remove cursor from Iverson screenshotsAnders Damsgaard2+0-0
2019-04-11 18:30Scale down Iverson figures for consistent sizeAnders Damsgaard2+0-0
2019-04-11 18:25Add comparison to Iverson 2010Anders Damsgaard6+54-3
2019-04-11 15:19Increase friction coefficient in Kamb comparisonAnders Damsgaard2+1-1
2019-04-11 15:10Add missing gnuplot scriptAnders Damsgaard1+24-0
2019-04-11 14:50Improve correspondence to Kamb 1991Anders Damsgaard5+21-29
2019-04-11 14:10Reorder content in READMEAnders Damsgaard1+6-8
2019-04-11 14:07Improve README formattingAnders Damsgaard1+10-9
2019-04-11 14:04Add missing figureAnders Damsgaard1+0-0
2019-04-11 14:03Get rid of caption for Damsgaard 2013 figureAnders Damsgaard1+0-0
2019-04-11 14:03Add spacingAnders Damsgaard1+1-0
2019-04-11 14:01Add Kamb1991 figure and comparisonAnders Damsgaard3+32-0
2019-04-11 12:05Change b values for rheology plotAnders Damsgaard4+6-6
2019-04-11 11:27Install bash on AlpineAnders Damsgaard1+1-1
2019-04-11 11:22Add rheology plot to READMEAnders Damsgaard1+6-0
2019-04-11 11:21Add stress vs. strain rate analysisAnders Damsgaard4+39-1
2019-04-11 08:43Update figure labelsAnders Damsgaard1+1-1
2019-04-10 17:01Add CI pipeline badgeAnders Damsgaard1+1-0
2019-04-10 15:35Install gnuplot on Alpine CI instanceAnders Damsgaard1+1-1
2019-04-10 15:25Fix writes for Dirichlet BC and fix allocation of extra fluidity arrayAnders Damsgaard1+2-2
2019-04-10 15:03Add Gitlab CI configurationAnders Damsgaard1+10-0
2019-04-10 15:01Allow modification of all simulation parameters through command line argumentsAnders Damsgaard2+136-16
2019-04-06 10:40Use Dirichlet BC for topAnders Damsgaard4+8-15
2019-04-06 10:28Fix line stylingAnders Damsgaard2+3-3
2019-04-06 10:27Add missing results from P_wall = 60 kPa runAnders Damsgaard2+1-0
2019-04-06 10:26Clean-up scriptAnders Damsgaard1+1-9
2019-04-06 10:25Add output figure from JuliaAnders Damsgaard1+0-0
2019-04-06 10:25Revert julia implementation to standard configurationAnders Damsgaard1+3-5
2019-04-05 18:53Fix horizontal label for plotAnders Damsgaard2+1-1
2019-04-05 18:47Add missing figureAnders Damsgaard1+0-0
2019-04-05 18:44Only delete generated png during make cleanAnders Damsgaard1+0-1
2019-04-05 18:42Change default target to PNG fileAnders Damsgaard1+1-9
2019-04-05 18:42Add instructions on how to runAnders Damsgaard1+8-0
2019-04-05 18:40Add Makefile for julia implementationAnders Damsgaard1+7-0
2019-04-05 18:38Finish visualizationAnders Damsgaard9+56-3
2019-04-05 18:08Implement final fixes, minimize stdout outputAnders Damsgaard5+33-22
2019-04-05 14:11Perform detailed comparison between implementationsAnders Damsgaard8+61-18
2019-04-05 13:19Add debug information and compute missing valuesAnders Damsgaard7+47-4
2019-04-05 12:54Remove old comments from simulation setupAnders Damsgaard1+3-9
2019-04-05 12:53Fix Makefile compilation and linkingAnders Damsgaard1+18-7
2019-04-05 12:33Implement implicit Poisson solverAnders Damsgaard5+233-29
2019-04-05 11:32Add unfinished implementation in CAnders Damsgaard7+307-0
2019-04-05 10:23Improve readme, tweak figure, prepare Makefile for CAnders Damsgaard2+7-4
2019-04-05 08:57Add note on tuningAnders Damsgaard1+3-1
2019-04-05 08:17Add licenseAnders Damsgaard1+636-0
2019-04-05 08:16Add spacing in READMEAnders Damsgaard1+6-0
2019-04-05 08:14Add README and result figuresAnders Damsgaard3+12-0
2019-04-05 08:01Include fixed bottom particles in plot, add entr command to makefileAnders Damsgaard2+26-11
2019-04-05 07:15Add Dirichlet BC and improve BC callsAnders Damsgaard1+46-12
2019-04-05 06:55Improve commentsAnders Damsgaard1+26-16
2019-04-05 06:47Run over range of effective normal stressesAnders Damsgaard1+33-47
2019-04-04 19:53Fix array copying during jacobi iterationsAnders Damsgaard1+36-26
2019-04-04 14:30Add makefileAnders Damsgaard1+2-0
2019-04-04 14:29Add working scriptAnders Damsgaard1+60-34
2019-04-04 13:55Implement correct jacobi iteration callAnders Damsgaard1+205-0