cngf-pf

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

DateCommit messageAuthorFiles+-
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