Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl # fast
git clone https://src.adamsgaard.dk/Granular.jl.git # slow
Log | Files | Refs | README | LICENSE Back to index

DateCommit messageAuthorFiles+-
2022-12-26 10:24README.md: bump julia versionAnders Damsgaard1+2-2
2021-07-30 10:08fix indentation errorAnders Damsgaard1+3-3
2021-07-13 12:58include tangential interactions with non-rotating particlesAnders Damsgaard1+45-75
2021-07-13 12:50fix packing test and minor indentation and style fixesAnders Damsgaard2+9-9
2021-07-13 12:32small syntax fixesAnders Damsgaard2+16-11
2021-07-13 12:30update dependenciesAnders Damsgaard2+84-9
2021-07-01 12:50io.jl: use posix shell for system callsAnders Damsgaard1+9-9
2021-03-12 08:48logo.jl: use gnuplot for plotting grainsAnders Damsgaard1+7-1
2020-09-11 11:21logo.jl: Fix ocean forcing assignment for convergent forcingAnders Damsgaard1+1-1
2020-09-03 12:09Disable pvpython tests which fail over remote connectionsAnders Damsgaard1+18-18
2020-09-03 12:08Add note on running tests to READMEAnders Damsgaard1+3-0
2020-09-03 12:05Temporarily disable output VTK checksum verificationAnders Damsgaard1+8-8
2020-09-03 12:03Add dependencies required during testingAnders Damsgaard1+6-0
2020-09-03 11:59Add Test dependencyAnders Damsgaard1+2-0
2020-09-03 11:56Update installation instructionsAnders Damsgaard1+1-23
2020-09-03 11:52Add dependencies in .toml files, remove REQUIREAnders Damsgaard3+175-3
2020-09-03 11:48Add Project.toml (without dependencies)Anders Damsgaard1+4-0
2020-03-24 13:19Clean up READMEAnders Damsgaard1+0-6
2020-01-02 08:55Update copyright noticeAnders Damsgaard1+1-1
2019-12-10 12:47Relicense with ISC LicenseAnders Damsgaard3+16-637
2019-08-20 09:27Fix reference to fracture toughness value in Hopkins 2004Anders Damsgaard1+1-1
2019-08-13 19:03Remove institutional affiliation from READMEAnders Damsgaard1+1-2
2019-08-13 19:03Remove old badges from READMEAnders Damsgaard1+3-3
2019-08-13 19:00Set CI distribution to bionicAnders Damsgaard1+2-0
2019-08-13 19:00Explicitly set vtk file extension and update some vtk callsAnders Damsgaard1+7-7
2019-05-19 18:08Update Julia version number in READMEAnders Damsgaard1+3-3
2019-05-19 18:04Update grain checksum for compatibility with newest WriteVTK.jlAnders Damsgaard1+1-2
2019-04-10 12:36Improve functionality of shell status scriptAnders Damsgaard1+73-20
2019-03-11 11:52Fix Julia 1.0+ formatting errorsAnders Damsgaard1+19-19
2019-03-11 11:50Add dimensionality check for non-rotating grains during momentum integrationAnders Damsgaard1+2-2
2019-03-11 11:39Remove image.jl exampleAnders Damsgaard1+0-138
2019-03-11 11:30Fix more Julia 1.0+ errorsAnders Damsgaard1+46-43
2019-03-11 09:06Add `let` ... `end` block to change scope of variables between loopsAnders Damsgaard1+2-8
2019-03-10 20:55Remove const declarations and change variable scope around loopsAnders Damsgaard1+30-22
2019-03-10 20:38Add irregularity and triangular geometry to initial packingAnders Damsgaard1+3-1
2019-03-10 20:06Merge branch 'master' of github.com:anders-dc/Granular.jlAnders Damsgaard2+1-6
2019-03-10 20:06Update strailt.jl example for Granular and Julia 1.0+Anders Damsgaard1+60-56
2019-03-10 19:24Fix two-grains examples (issue #11), thanks @ovgeorgeAnders Damsgaard1+1-1
2019-02-04 12:46Add mbedtls packages in attempt to solve curl coverage errorAnders Damsgaard1+5-0
2019-01-07 11:43No longer allow failures with Julia 1.1Anders Damsgaard1+0-1
2019-01-02 09:38Allow failures on 1.1 until download link is aliveAnders Damsgaard1+1-0
2019-01-02 09:19Add testing on Julia 1.0Anders Damsgaard2+2-0
2018-12-12 22:10Update platform checksAnders Damsgaard1+2-2
2018-12-12 22:03Use `Random.seed!` instead of `srand`Anders Damsgaard4+6-6
2018-12-04 07:29Fix ambiguity errors with floatsAnders Damsgaard1+20-20
2018-12-04 07:24Fix cp commandAnders Damsgaard1+1-1
2018-11-29 20:41Report coverage in one mega-callAnders Damsgaard1+3-10
2018-11-29 20:40Add missing semicolonAnders Damsgaard1+1-1
2018-11-29 20:37Add NetCDF in main script callAnders Damsgaard1+4-5
2018-11-29 18:39Move codecov into deploy, change conditions for doc buildAnders Damsgaard1+20-17
2018-11-29 17:24Trigger buildAnders Damsgaard1+0-1
2018-11-29 15:11Only run coverage on 1.0 and macAnders Damsgaard1+5-1
2018-11-29 14:52Submit documentation after successAnders Damsgaard1+3-3
2018-11-29 14:48Simplify coverage commandAnders Damsgaard1+2-5
2018-11-29 14:30Add missing install of GranularAnders Damsgaard1+2-1
2018-11-29 14:22Add missing semicolon for coverage commandAnders Damsgaard1+1-1
2018-11-29 14:14Change command for coverageAnders Damsgaard1+2-1
2018-11-29 13:23Rearrange travis configurationAnders Damsgaard1+6-10
2018-11-29 13:09Put codecov into deploy stageAnders Damsgaard1+7-6
2018-11-29 13:07Split job preparation into separate stageAnders Damsgaard1+7-4
2018-11-29 13:04Set os and julia settings as globalAnders Damsgaard1+8-6
2018-11-29 12:58Rewrite travis configuration and split into jobsAnders Damsgaard1+24-20
2018-11-29 12:31Change configuration for docsAnders Damsgaard3+16-5
2018-11-29 11:47Simplify travis deploymentAnders Damsgaard1+3-8
2018-11-29 11:39Update travis to run coverage and generate documentation after_successAnders Damsgaard1+8-10
2018-11-29 11:06Separate build of documentation and code coverageAnders Damsgaard1+3-1
2018-11-29 10:45Minor fixes to READMEAnders Damsgaard1+7-7
2018-10-29 07:40Merge pull request #9 from fredrikekre/fe/documenterAnders Damsgaard1+0-1
2018-10-17 07:15Merge pull request #8 from JuliaDocsForks/juliadocs/cap-documenterAnders Damsgaard1+1-1
2018-09-24 15:43Update grain VTK checksumAnders Damsgaard1+1-1
2018-09-14 09:42Call displaysize on any platformAnders Damsgaard1+1-5
2018-09-13 10:43Use Julia-native displaysize() instead of shelling to tput (thx @andreasnoack)Anders Damsgaard1+1-1
2018-09-13 04:48Update documentation for Pkg3Anders Damsgaard2+25-17
2018-09-12 20:14Update Julia version for deploymentAnders Damsgaard1+1-1
2018-09-12 19:51Change deploy conditionAnders Damsgaard1+1-1
2018-09-12 18:23Run documenter on Julia 1.0Anders Damsgaard1+1-1
2018-09-12 18:10Merge pull request #7 from anders-dc/jld2Anders Damsgaard8+61-102
2018-08-12 17:48Import Pkg before running tests on AppveyorAnders Damsgaard1+1-1
2018-08-12 17:32Remove `versioninfo()` call on AppveyorAnders Damsgaard1+1-2
2018-08-12 17:30Update appveyor build configurationAnders Damsgaard2+16-13
2018-08-12 14:51Use Base.IOError instead of IOErrorAnders Damsgaard3+8-8
2018-08-12 14:25Increase Julia version on appveyorAnders Damsgaard1+4-4
2018-08-12 14:23Drop compatibility with Julia versions prior to 1.0, remove Compat.jlAnders Damsgaard21+153-177
2018-08-12 08:06Remove Compat requirement from tests, REQUIRE, and .travis.ymlAnders Damsgaard26+343-348
2018-08-09 10:52Add newline between repeated status outputAnders Damsgaard1+1-0
2018-08-08 21:06Dynamically adjust status output according to terminal widthAnders Damsgaard1+48-19
2018-08-08 17:09Fix deploy-branch conditionAnders Damsgaard1+1-1
2018-08-08 15:57Perform deployment on tagged releasesAnders Damsgaard1+2-0
2018-08-08 15:31Pre-build NetCDF on Julia 0.6Anders Damsgaard1+1-1
2018-08-08 15:09Allow failures on nightly juliaAnders Damsgaard1+1-1
2018-08-08 15:08Allow failures on Julia 1.0Anders Damsgaard1+4-0
2018-08-08 15:02Parse before_script step for NetCDF installation in JuliaAnders Damsgaard1+1-3
2018-08-08 14:48Add julia-0.7 tests, only install NetCDF on Julia 0.6Anders Damsgaard2+10-7
2018-08-08 14:36Add method to change the maximum number of contacts with reallocationAnders Damsgaard2+82-0
2018-07-18 20:14Put particle area into cell containing centerAnders Damsgaard1+16-12
2018-07-18 20:00Fill missing values in porosity VTK grid, set default padding in regular packing to 0.0Anders Damsgaard2+11-2
2018-07-09 15:31Merge pull request #6 from anders-dc/ridgingAnders Damsgaard32+885-520
2018-06-28 16:13Fix double gyre experiment with MonTre's helpAnders Damsgaard1+2-3
2018-06-12 18:02Update logoAnders Damsgaard1+0-0
2018-06-12 18:01Update logo scriptAnders Damsgaard1+7-3
2018-06-06 19:02RM test files, improve NetCDF/JLD check. Remove pycall pre-buildAnders Damsgaard4+13-7
2018-06-06 18:43Only build docs and coverage on julia 0.6Anders Damsgaard1+1-0
2018-06-06 18:06Disallow failures on julia-nightlyAnders Damsgaard1+0-4
2018-06-06 18:03Use repeat syntax compatible across Julia 0.6 and 0.7Anders Damsgaard2+26-68
2018-06-06 18:01Use cross-compatible syntax for vectorsAnders Damsgaard1+4-4
2018-06-06 17:41Explicitly state that orientation vectors are uninitialized for Julia 0.7Anders Damsgaard1+4-4
2018-06-06 17:31Fix deprecation warning when creating 'occupied' arrayAnders Damsgaard1+1-1
2018-06-06 17:18Update NetCDF warning stringAnders Damsgaard1+1-1
2018-06-06 17:11Update NetCDF check for Julia 0.7Anders Damsgaard1+13-9
2018-06-06 17:11Update JLD check for Julia 0.7Anders Damsgaard1+6-1
2018-06-06 17:10Use .= operator for assigning to multiple values in arrayAnders Damsgaard2+3-3
2018-06-06 17:10Update zeros call in packing routine for compatibility with Julia 0.7Anders Damsgaard1+1-1
2018-06-06 16:58Use JLD check from GranularAnders Damsgaard1+1-1
2018-06-06 16:57Explicitly state that grain-array values are undefinedAnders Damsgaard1+3-2
2018-06-06 16:56Use .= for assigning a value to multiple locations in arrayAnders Damsgaard3+25-25
2018-06-06 13:42Allow failures on julia-nightly until 3rd party packages workAnders Damsgaard1+4-0
2018-06-06 12:45Disable tangential interaction when rotation is disabledAnders Damsgaard1+111-74
2018-06-01 18:29Remove sudo requirement from travisAnders Damsgaard1+0-2
2018-05-10 02:17Fix calls to getWallNormalStress during testingAnders Damsgaard1+3-3
2018-05-10 02:15Add test coverage of wall area and stress calculations and error handlingAnders Damsgaard1+10-0
2018-05-10 02:10Add wall test with contact stiffnessAnders Damsgaard1+12-0
2018-05-10 02:08Remove unused interpolation functions for atmosphereAnders Damsgaard1+0-55
2018-05-09 20:59Add further reporting during grain plotting testsAnders Damsgaard1+26-2
2018-05-09 20:00Add further testing of simulation status and grain plottingAnders Damsgaard2+3-0
2018-05-09 19:32Test writing of atmosphere gridAnders Damsgaard1+2-9
2018-05-09 19:24Fix vtk interaction write when Young's modulus is 0, add more vtk testsAnders Damsgaard2+25-2
2018-05-09 15:32Update text on documentation landing pageAnders Damsgaard1+3-3
2018-05-07 20:06Convert animations to mp4 with ffmpeg if availableAnders Damsgaard1+15-1
2018-05-07 17:40Add some trailing white space when reporting active pointsAnders Damsgaard1+1-1
2018-05-07 17:32Improve structure of packing testsAnders Damsgaard1+2-4
2018-05-07 17:29Improve console output during irregular packingAnders Damsgaard1+2-1
2018-05-07 16:47Fix irregular packing generation across periodic boundariesAnders Damsgaard3+51-19
2018-05-04 16:08Always sort grains in grid before starting irregular packing algorithmAnders Damsgaard1+1-0
2018-05-04 14:52Ignore temporary filesAnders Damsgaard1+4-0
2018-05-04 14:47Allow for grid BC specification via coordinate system axesAnders Damsgaard2+63-6
2018-05-03 19:23Write progress during irregular packing on single lineAnders Damsgaard1+5-2
2018-04-02 23:17Minor grammatical change in readmeAnders Damsgaard1+1-1
2018-04-02 19:28Manually fix repeat commands across Julia 0.6 and 0.7Anders Damsgaard2+68-28
2018-04-02 19:19Specify uninitialized arrays with keyword `undef` as per Julia 0.7Anders Damsgaard5+30-30
2018-04-02 19:02Fix srand calls and print_with_colorAnders Damsgaard13+103-96
2018-04-02 17:42Use Compat.repeat instead of repmatAnders Damsgaard2+24-20
2018-04-02 17:38Use Compat calls for logging, norm. Import Random for srandAnders Damsgaard40+540-477
2018-04-02 15:44Do not allow failures on Julia 0.7Anders Damsgaard1+0-4
2018-03-16 18:19Change table headerAnders Damsgaard1+2-2
2018-03-16 18:18Fix broken markdown tableAnders Damsgaard1+2-3
2018-03-16 18:16Add DOI badge from Zenodo to READMEAnders Damsgaard1+4-3
2018-03-09 15:37Add flag to toggle packing plot generationAnders Damsgaard1+16-5
2018-02-28 13:17Fix issues when NetCDF package was not installedAnders Damsgaard1+3-0
2018-02-28 12:55Only run ocean netcdf reads if installedAnders Damsgaard1+132-130
2018-02-28 12:20Skip NetCDF tests if not installedAnders Damsgaard1+3-1
2018-02-28 12:13Install optional dependency NetCDF on windowsAnders Damsgaard1+3-0
2018-02-28 02:56Set NetCDF as optional dependencyAnders Damsgaard4+86-52
2018-02-22 20:40Add additional bond tests and fix bond problemsAnders Damsgaard2+142-14
2018-02-22 18:43Add untested parameterization including bond bending and shear strengthAnders Damsgaard7+147-71
2018-02-21 20:42Use frictional energy equation from Nguyen 2009Anders Damsgaard1+12-2
2018-02-21 16:28Keep track of thermal energy on the particle levelAnders Damsgaard6+67-8
2018-02-21 14:07Set contact age to zero if there is Coulomb slipAnders Damsgaard1+2-0
2018-02-21 00:46Update grain VTK checksumAnders Damsgaard2+3-1
2018-02-21 00:46Change contact healing scheme and default valueAnders Damsgaard2+4-5
2018-02-21 00:35Fix units in docstring for tensile_heal_rateAnders Damsgaard1+1-1
2018-02-20 01:19Add further contact search testsAnders Damsgaard1+20-1
2018-02-20 01:09Add test with regular square packingAnders Damsgaard1+20-0
2018-02-20 01:06Fix Gnuplot call with tensile stressAnders Damsgaard1+1-1
2018-02-20 01:00Fix typo when plotting grain forcesAnders Damsgaard1+1-1
2018-02-19 17:57Remove memory management tests which are not compatible with Julia 0.7Anders Damsgaard2+0-171
2018-02-19 17:32Update md5 checksum for grain VTK fileAnders Damsgaard1+1-1
2018-02-19 16:56Complete triangular packing implementationAnders Damsgaard2+17-7
2018-02-19 16:39Fix typo, add preliminary triangular packing algorithmAnders Damsgaard2+55-16
2018-02-19 16:12Add preliminary continue statement in porosity conditionalAnders Damsgaard1+2-1
2018-02-19 16:12Add missing end paranthesesAnders Damsgaard1+2-2
2018-02-16 20:47Add preliminary ridging model for compressive failureAnders Damsgaard1+22-8
2018-02-15 21:05Rename compressive_strength_prefactor to fracture_toughnessAnders Damsgaard4+32-20
2018-02-15 21:05Search neighboring grid cells for grains during porosity estimationAnders Damsgaard1+45-7
2018-02-15 20:47Zero compressive strength prefactor by defaultAnders Damsgaard1+6-10
2018-02-08 15:14Clarify expression for ocean and atmosphere dragAnders Damsgaard2+12-15
2018-02-02 20:33Remove email address from travis-CI configurationAnders Damsgaard1+0-2
2018-02-02 20:10Merge branch 'master' of https://github.com/anders-dc/Granular.jlAnders Damsgaard1+1-1
2018-02-02 20:06Implement first simple porosity estimationAnders Damsgaard2+54-5
2018-01-30 18:03Fix typo in docstringAnders Damsgaard1+13-1
2018-01-30 17:43Add porosity fields in ocean and atmosphere gridsAnders Damsgaard6+20-3
2018-01-24 19:36Improve docstrings for createRegularOceanGrid and createRegularAtmosphereGridAnders Damsgaard2+38-7
2018-01-24 19:24Add commented-out plotting callsAnders Damsgaard1+2-1
2018-01-24 16:45Tightening criterion for cell mapping to ensure no overlapsAnders Damsgaard2+76-14
2018-01-24 16:03Add function to produce rasterized map of grain coverageAnders Damsgaard2+108-0
2018-01-18 02:57Increase consolidation time and add viscosity to top wallAnders Damsgaard1+3-2
2018-01-17 22:56Update tests to reflect added detection of contacts between fixed grainsAnders Damsgaard2+61-76
2018-01-17 21:31Do register contacts between fixed grainsAnders Damsgaard1+3-4
2018-01-16 20:50Merge branch 'master' of github.com:anders-dc/Granular.jlAnders Damsgaard7+227-68
2018-01-16 20:50Add further flags related to loopingAnders Damsgaard1+6-2
2018-01-15 16:14Improve handling of grains when outside of gridAnders Damsgaard1+6-3
2018-01-15 15:55Remove @inbounds flag for grid sortingAnders Damsgaard1+1-1
2018-01-15 15:41Use Compat.Sys for OS checkAnders Damsgaard1+2-1
2018-01-15 15:39Skip redirection of STDOUT in grid test on windows, which stopped workingAnders Damsgaard1+92-90
2018-01-15 15:17Add tests for `allow_*_acc` and add missing implementation in TY3 temporal integration schemeAnders Damsgaard2+72-1
2018-01-05 15:57Add `origo` vector to regular grids for handling non-zero grid originsAnders Damsgaard5+16-14
2018-01-05 15:57Bump Compat version requirement for PrintfAnders Damsgaard1+1-1
2018-01-05 15:40Change regular indexing method to contain lower grid edgeAnders Damsgaard1+3-3
2018-01-04 17:32Fix typo in informational messageAnders Damsgaard1+1-1
2018-01-04 16:06Fix minor stylistic issues in READMEAnders Damsgaard1+2-3
2018-01-04 15:53Change table headingsAnders Damsgaard1+2-2
2018-01-04 15:51Fix tableAnders Damsgaard1+2-3
2018-01-04 15:49Add badges to stable-release documentation and testsAnders Damsgaard1+3-2
2018-01-03 21:21Remove Homebrew/WinRPM and package installation due to reliability issuesAnders Damsgaard3+0-29
2018-01-03 20:09Fix grain positions in tests and improve regular grid performanceAnders Damsgaard4+46-43
2018-01-03 20:09Clamp interpolation values for better performance with regular gridsAnders Damsgaard2+6-15
2018-01-03 16:36Use Compat.Printf for compatibility across Julia releasesAnders Damsgaard1+2-0
2018-01-03 16:17Implement optimized particle sorting for regular gridsAnders Damsgaard1+41-30
2018-01-03 15:44Fix Julia 0.7 deprecation warning in irregular packing routineAnders Damsgaard1+2-1
2018-01-03 15:42Add data structures and handling of fields associated with regular gridsAnders Damsgaard6+49-15
2018-01-02 18:55Use cross-version compatible OS checksAnders Damsgaard1+3-2
2018-01-02 18:52Improve visualization during poisson-disk samplingAnders Damsgaard2+12-3
2017-12-22 21:04Update memory valuesAnders Damsgaard1+1-1
2017-12-22 20:59Disable verbose output when adding the first grain of an irregular packingAnders Damsgaard1+2-1
2017-12-22 20:57Update grain size to reflect append of `color` fieldAnders Damsgaard1+1-1
2017-12-22 20:56Improve visualization during irregular packingAnders Damsgaard1+13-8
2017-12-22 20:55Optionally return number of contacts from contact checkAnders Damsgaard1+13-6
2017-12-22 20:55Add `color` field to grainsAnders Damsgaard3+51-7
2017-12-22 20:54Update VTK-file checksum for added `color` fieldAnders Damsgaard1+1-1
2017-12-22 20:53Disable plotting and verbosity by default in packing testsAnders Damsgaard1+24-5
2017-12-22 19:45Remove extra Gnuplot palette definitionAnders Damsgaard1+4-2
2017-12-22 16:50Improve docstring for irregularPacking and add `quality` parameterAnders Damsgaard1+18-12
2017-12-22 16:31Optimize Poisson-disk sampling algorithm, fix active list maintenanceAnders Damsgaard1+66-22
2017-12-21 20:06Fix a few problems in checkForContactsAnders Damsgaard3+54-58
2017-12-21 19:57Put contact check into dedicated and reusable functionAnders Damsgaard1+55-0
2017-12-21 12:51Add argument to choose if output plots are generated or notAnders Damsgaard2+20-3
2017-12-21 03:53Improve sampling when generating irregular packingsAnders Damsgaard2+47-20
2017-12-20 21:49Add preliminary implementation of Poisson-disk sampling for irregular packingsAnders Damsgaard2+103-31
2017-12-20 19:42Fix grid-index correctionAnders Damsgaard1+8-8
2017-12-20 18:55Add viscosity parameter to wall-function docstringAnders Damsgaard1+2-1
2017-12-20 18:55Split calculation of periodic BC correction into separate internal functionAnders Damsgaard1+48-30
2017-12-19 15:25Add missing parameter type to contact_viscosity_normalAnders Damsgaard1+1-1
2017-12-19 15:22Add wall-normal viscosity in parallel to elasticityAnders Damsgaard4+145-8
2017-11-29 16:02use Compat.Dates for compatibility with Julia 0.6 and 0.7Anders Damsgaard1+1-0
2017-11-29 15:27update status script to allow renderingAnders Damsgaard1+5-0
2017-11-29 15:20add fields to grain VTK files, add the option to render with `status()`Anders Damsgaard6+52-7
2017-11-22 19:30only write interaction information if interactions occurAnders Damsgaard1+39-37
2017-11-22 19:08increase number of max. contacts (Nc_max) to 32Anders Damsgaard3+125-5
2017-11-22 17:48improve logic in findEmptyPositionInGridCellAnders Damsgaard1+34-40
2017-11-22 16:13improve function return and docstringAnders Damsgaard1+11-8
2017-11-22 16:01do not generate grains that protrude outside of the grid boundariesAnders Damsgaard2+15-10
2017-11-22 13:57fix variable nameAnders Damsgaard1+1-1
2017-11-22 13:56do not protrude outside grid during findEmptyPositionInGridCellAnders Damsgaard1+11-0
2017-11-22 13:51improve docstring for findEmptyPositionInGridCellAnders Damsgaard1+13-0
2017-11-18 13:57set entire gnuplot 'terminal' string in function argumentsAnders Damsgaard1+3-3
2017-11-18 03:48move GSD plotting to io.jl, add grain-plotting functionAnders Damsgaard2+187-105
2017-11-18 01:16make gnuplot tests optionalAnders Damsgaard1+22-11
2017-11-18 00:18update package managers before installingAnders Damsgaard1+2-0
2017-11-17 22:50add BinDeps for running deps/build.jlAnders Damsgaard1+1-0
2017-11-17 22:49change handling of Homebrew and WinRPM packagesAnders Damsgaard3+25-13
2017-11-17 22:33add gnuplot and imagemagick packages to linux travis buildAnders Damsgaard1+6-0
2017-11-17 22:30remove size declaration for 'png' terminal and duplicate file checkAnders Damsgaard2+1-3
2017-11-17 22:21use "png" gnuplot terminal by default, fix PHONY makefile targetAnders Damsgaard3+9-11
2017-11-17 22:12remove bindepsAnders Damsgaard1+0-1
2017-11-17 22:11remove build.jl and instead install at the beginning of Granular.jlAnders Damsgaard2+12-41
2017-11-17 19:08fix GSD plotting when there is no size variance and add option to specify gnuplot terminalAnders Damsgaard2+28-18
2017-11-17 18:24implement several changes to file IO, use Gnuplot for plottingAnders Damsgaard5+169-41
2017-11-17 15:38add Homebrew/BinDeps installation of ImageMagick which was faultyAnders Damsgaard1+0-27
2017-11-17 14:55make `id` argument naming optional by overloading createSimulation()Anders Damsgaard2+4-0
2017-11-17 14:44fix Pkg.add typo in READMEAnders Damsgaard1+1-1
2017-11-17 03:18read simulation status from disk during paraview write if file_number==0Anders Damsgaard1+4-0
2017-11-17 00:13Update README.mdAnders Damsgaard1+3-5
2017-11-17 00:12Merge pull request #3 from gitter-badger/gitter-badgeAnders Damsgaard1+2-0
2017-11-16 21:06update shear experiment example with better starting valuesAnders Damsgaard1+12-9
2017-11-16 20:36add additional wall test, add missing wall-kinematics update to `run!()`Anders Damsgaard2+20-1
2017-11-16 20:18fix wall initialization, update grain size in exampleAnders Damsgaard3+31-28
2017-11-16 18:39fix error in periodic grid identification during particle position updateAnders Damsgaard1+1-1
2017-11-16 17:46adjust grid with knowledge if boundaries are periodicAnders Damsgaard1+36-10
2017-11-16 17:39do not disable `fixed` flags for bottom grainsAnders Damsgaard1+1-1
2017-11-16 17:37dynamically update what grains are moving at fixed velocityAnders Damsgaard1+11-15
2017-11-16 16:56improve shear script by isolating relevant parameters at topAnders Damsgaard1+45-15
2017-11-16 15:56fix syntax typoAnders Damsgaard1+1-1
2017-11-16 15:55keep grid BCs during resize, fix plotting in shear exampleAnders Damsgaard4+33-14
2017-11-16 15:08fix non-interactive renderingAnders Damsgaard1+1-1
2017-11-16 15:08fix indentation of function argumentsAnders Damsgaard1+9-9
2017-11-16 14:56plot stresses along with wall position during consolidationAnders Damsgaard1+13-2
2017-11-16 14:55fix determination of effective wall normal stressAnders Damsgaard1+1-2
2017-11-16 14:17monitor top wall position during consolidationAnders Damsgaard1+26-5
2017-11-16 02:15add gif option to render commandAnders Damsgaard1+5-2
2017-11-16 02:14fix a few calls in shear exampleAnders Damsgaard1+14-8
2017-11-16 00:13attempt to render after each phaseAnders Damsgaard1+8-1
2017-11-16 00:02update dynamic wall function call and add plotting routinesAnders Damsgaard1+25-7
2017-11-15 21:25finish implementing dynamic wallsAnders Damsgaard4+35-32
2017-11-15 21:02wall normal must be positive, add wall temporal integration, add more testsAnders Damsgaard6+364-26
2017-11-15 17:00also report on simulation.walls arrayAnders Damsgaard1+3-0
2017-11-15 16:53add elastic interaction with wallsAnders Damsgaard6+94-22
2017-11-14 21:12first implementaiton of grain-wall interactionAnders Damsgaard3+55-7
2017-11-14 19:58fix various errors during test and wall initializationAnders Damsgaard5+82-11
2017-11-14 17:10fix docstrings and Simulation object creationAnders Damsgaard5+63-49
2017-11-14 16:01add dynamic walls in simulation object, dynamics still not implementedAnders Damsgaard5+195-11
2017-11-12 17:23minor grammar errorAnders Damsgaard1+1-1
2017-11-12 17:22add .PHONY statements and `docs` targetAnders Damsgaard1+11-0
2017-11-12 16:56add script to run Julia 0.6 and 0.7 tests in one commandAnders Damsgaard1+7-0
2017-11-12 16:45add notes on installing Julia in the Getting Started sectionAnders Damsgaard2+8-4
2017-11-12 15:48add notes on scripting and rerunning experimentsAnders Damsgaard1+19-4
2017-11-10 14:22add flags to allow x or y movement although the grain is fixedAnders Damsgaard5+88-12
2017-11-09 21:29add function to reset current time parametersAnders Damsgaard1+26-0
2017-11-09 21:05expand shear example, several commands still need to be implemented in `src/`Anders Damsgaard1+89-18
2017-11-09 17:24use String conversion conforming to Julia 0.7 standardAnders Damsgaard2+10-10
2017-11-09 17:20import Compat before Compat.SysAnders Damsgaard1+1-0
2017-11-09 17:13perform several changes for Julia 0.7 compatibilityAnders Damsgaard4+11-12
2017-11-09 16:58use Compat.Sys for version-independent system checksAnders Damsgaard7+12-30
2017-11-09 16:49fix several syntax changes for julia 0.7Anders Damsgaard10+40-37
2017-11-09 16:24import testing framework in every source file that requires itAnders Damsgaard4+18-5
2017-11-09 16:17import Base.Test compatible with Julia 0.6 and 0.7Anders Damsgaard4+81-75
2017-11-09 16:09import test functionality consistent with changes between Julia 0.6 and 0.7Anders Damsgaard18+677-666
2017-11-09 13:24change minor typos in documentationAnders Damsgaard1+2-2
2017-11-09 13:21remove PyPlot requirement and update documentation accordinglyAnders Damsgaard5+5-5
2017-11-09 05:01restart julia in travis-CI after building PyCall and PyPlotAnders Damsgaard1+1-1
2017-11-09 04:37build PyPlot after PyCallAnders Damsgaard1+1-1
2017-11-09 04:35make sure PyCall is built after PyPlot is fetchedAnders Damsgaard1+1-1
2017-11-09 04:20add PyPlot as a requirement and update the documentation for clarityAnders Damsgaard2+83-78
2017-11-08 17:35reenable GSD plotAnders Damsgaard1+1-1
2017-11-08 17:04increase simulation length to 10 sAnders Damsgaard2+8-8
2017-11-08 17:03add note on how to simulate a landslideAnders Damsgaard1+4-0
2017-11-08 17:00add note on visualizing contact pressureAnders Damsgaard1+3-1
2017-11-08 16:59add output of fitGridToGrains in exampleAnders Damsgaard1+6-0
2017-11-08 16:56add note on where pvpython is installedAnders Damsgaard2+6-3
2017-11-08 16:54decrease size of grain packing in granular exampleAnders Damsgaard2+5-5
2017-11-08 16:37add sedimentation example, fix render command by removing importAnders Damsgaard3+182-6
2017-11-07 23:44add link to julialang getting startedAnders Damsgaard2+5-0
2017-11-07 21:23add annotated example of two-grain collisionAnders Damsgaard3+131-8
2017-11-07 20:51begin implementing simple exampleAnders Damsgaard1+170-0
2017-11-07 19:43move linux dependency calls outside conditionalAnders Damsgaard1+4-5
2017-11-07 18:50rename WinRPM imagemagick packageAnders Damsgaard1+1-1
2017-11-07 18:40allow `sudo` for travis-CI buildsAnders Damsgaard1+2-0
2017-11-07 18:27build Granular before testing by running `deps/make.jl`Anders Damsgaard1+4-0
2017-11-07 18:11rename imagemagick package on WinRPMAnders Damsgaard1+1-1
2017-11-07 18:06update BinDeps script with Linux and Windows instructionsAnders Damsgaard2+20-4
2017-11-07 16:56attempt to install and use imagemagick via Homebrew.jlAnders Damsgaard4+50-5
2017-11-07 16:02add missing package_contents.mdAnders Damsgaard1+57-0
2017-11-07 15:50move methodsAnders Damsgaard1+0-0
2017-11-07 15:42add notes on updatingAnders Damsgaard5+22-9
2017-11-07 15:18update documentation with information on testingAnders Damsgaard1+31-3
2017-11-07 15:03update documentation with description of package contentsAnders Damsgaard3+12-10
2017-11-07 15:03add missing export statementAnders Damsgaard2+1-0
2017-11-07 03:22fix kinematic-zeroing function and associated testsAnders Damsgaard2+10-10
2017-11-07 03:15add zeroKinematics functionAnders Damsgaard2+77-0
2017-11-07 02:22fix memory allocation associated with external body forceAnders Damsgaard3+10-10
2017-11-07 01:00add functions to set or add to a constant body force per grainAnders Damsgaard5+45-1
2017-11-07 00:37add `trim` argument to render(), adjust initialization in shear exampleAnders Damsgaard2+11-11
2017-11-06 21:30add preliminary shear script, fix regular packingAnders Damsgaard4+99-2
2017-11-06 21:06add "impermable" grid boundary conditionAnders Damsgaard7+285-199
2017-11-06 19:59add tests for regular packing generation, add docstring to grid.jlAnders Damsgaard3+86-3
2017-11-06 18:43add method to scale grid according to granular assemblageAnders Damsgaard6+164-15
2017-11-05 02:55update manual to point to tagged release in Julia METADATAAnders Damsgaard1+4-10
2017-11-05 02:54update README reflecting admission to the Julia repositoryAnders Damsgaard1+14-12
2017-11-03 20:13adjust grain linear positions according to boundary periodicityAnders Damsgaard3+131-2
2017-11-03 19:09update periodicity check to reflect change in datatypes.jlAnders Damsgaard2+39-4
2017-11-03 18:13add function to set BCs and add tests of BC functionalityAnders Damsgaard6+245-21
2017-11-02 15:48only run codecov on linuxAnders Damsgaard1+1-5
2017-11-02 13:31change testing functionality for compatibility with next stable JuliaAnders Damsgaard20+661-663
2017-11-02 02:20update grain-structure size to contain inter-grain position vectorAnders Damsgaard1+2-2
2017-11-02 02:16store inter-particle position vector on contactAnders Damsgaard4+21-25
2017-11-01 20:16save and check inter-particle position vector, tests failingAnders Damsgaard2+27-1
2017-11-01 19:56apply distance modification during contact searchAnders Damsgaard1+8-3
2017-11-01 19:48determine grid and distance corrections for periodic boundaries during contact searchAnders Damsgaard1+39-4
2017-11-01 19:07add documentation on bc_* parametersAnders Damsgaard1+24-0
2017-11-01 19:04add fields for grid boundary conditionsAnders Damsgaard5+41-22
2017-11-01 18:13change last few references to SeaIce to Granular in text files and exampleAnders Damsgaard5+34-29
2017-11-01 18:04update package status in READMEAnders Damsgaard1+3-3
2017-11-01 18:02animate logo in reverseAnders Damsgaard1+0-0
2017-11-01 18:01add docstring on `reverse` arguemntAnders Damsgaard1+2-0
2017-11-01 18:00add option to additionally render animation in reverseAnders Damsgaard2+9-2
2017-11-01 17:55update animated logoAnders Damsgaard1+0-0
2017-11-01 17:48rename repository and package to Granular.jlAnders Damsgaard47+2734-2734
2017-11-01 17:14move paraview filters to separate folderAnders Damsgaard2+0-0
2017-11-01 15:48use 'mutable struct' instead of 'type' for future compabilityAnders Damsgaard1+5-5
2017-11-01 15:46revert to Base.Test for now until julia 0.7 is stableAnders Damsgaard4+2-6
2017-11-01 15:43import "Test" over "Base.Test" for future compabilityAnders Damsgaard4+4-4
2017-11-01 15:35remove redundant legacy render and animation scriptsAnders Damsgaard4+0-396
2017-11-01 15:23save images and animations in source folderAnders Damsgaard1+3-3
2017-11-01 15:17fix paths in paraview and imagemagick-related scriptsAnders Damsgaard2+8-13
2017-11-01 14:58write full path for input files in paraview scriptAnders Damsgaard1+3-3
2017-11-01 14:40launch pvpython from current folderAnders Damsgaard1+2-2
2017-11-01 14:40change folders according to path changesAnders Damsgaard1+4-0
2017-11-01 14:32save images and animations to current folder, return after cdAnders Damsgaard1+4-2
2017-11-01 14:27fix pvpython script location and paths, try to merge PNGs with imagemagickAnders Damsgaard2+18-4
2017-11-01 13:53change output message after writing paraview scriptAnders Damsgaard1+2-1
2017-11-01 13:51assume that VTK files are in the same dir as paraview scriptAnders Damsgaard1+1-1
2017-11-01 13:33add scripts to animate image example outputAnders Damsgaard2+200-0
2017-10-12 19:21explicitly refer to Base.UVError in attempt to alleviate travis-ci failureAnders Damsgaard2+3-3
2017-10-12 19:08add functionality to generate python scripts for ParaviewAnders Damsgaard3+305-17520
2017-10-03 21:40add blank test script for packing routinesAnders Damsgaard1+7-0
2017-10-03 20:51implement better error handling depending on PyPlot statusAnders Damsgaard2+14-10
2017-10-03 18:43add missing variable declarationAnders Damsgaard1+1-0
2017-10-03 18:35make PyPlot optionalAnders Damsgaard2+8-2
2017-10-03 17:29decrease memory allocation in grid function callsAnders Damsgaard1+32-38
2017-10-03 16:09decrease memory allocation in grid-related functionsAnders Damsgaard2+20-31
2017-09-22 17:23begin implementing poisson-disk packingAnders Damsgaard3+174-1
2017-09-22 13:55add example where packing is initialized from a PNG image. Use shorthand for random functionsAnders Damsgaard7+159-22
2017-09-13 14:50set youngs_modulus once for all ice floesAnders Damsgaard1+7-2
2017-09-13 13:42update author information in READMEAnders Damsgaard1+1-2
2017-09-13 13:36add logo to READMeAnders Damsgaard2+4-0
2017-09-13 02:49fix domain dimensionalityAnders Damsgaard1+9-2
2017-09-13 02:26trim whitespace around outputAnders Damsgaard1+3-1
2017-09-12 22:16change default forcingAnders Damsgaard1+5-3
2017-09-12 22:12do not generate `.avi` by default, revert to default camera optionsAnders Damsgaard2+24-17
2017-09-12 21:06add script to run logo.jl and visualization scriptsAnders Damsgaard1+2-1
2017-09-12 21:01add scripts to visualize and animate outputAnders Damsgaard2+194-0
2017-09-12 20:27make forcing switchableAnders Damsgaard1+24-13
2017-09-12 18:02add example where text is simulated as ice floesAnders Damsgaard2+135-0
2017-09-12 17:19fix variable name in docstringAnders Damsgaard1+1-1
2017-09-12 15:28update documentation for addIceFloeCylindrical!Anders Damsgaard1+23-3
2017-09-12 14:19change symbol for argument listsAnders Damsgaard1+48-48
2017-09-12 14:17improve docstring for addIceFloeCylindricalAnders Damsgaard1+105-11
2017-09-12 13:37update README and refer to the documentationAnders Damsgaard1+13-14
2017-09-12 13:32update installation exampleAnders Damsgaard1+7-14
2017-09-11 22:45set language for code snippetsAnders Damsgaard1+12-4
2017-09-11 22:42improve introductory textAnders Damsgaard1+1-1
2017-09-11 22:32add preliminary logoAnders Damsgaard1+0-0
2017-09-11 20:08inform if ice floes are disabled in grid searchAnders Damsgaard1+5-1
2017-09-11 17:37add empty file for simple exampleAnders Damsgaard3+6-2
2017-09-11 17:23rename headings and sectionsAnders Damsgaard3+4-14
2017-09-11 16:31fix documentation labels and referencesAnders Damsgaard1+2-2
2017-09-11 16:27fix line order in index.md, generate code coverage report on deployAnders Damsgaard2+3-1
2017-09-11 15:44ignore pdfsAnders Damsgaard1+1-0
2017-09-11 15:33remove redundant author informationAnders Damsgaard1+1-2
2017-09-11 15:32update documentationAnders Damsgaard4+9-14
2017-09-11 15:14add missing seperatorAnders Damsgaard1+1-1
2017-09-11 15:11update READMEAnders Damsgaard1+1-2
2017-09-11 15:09update documentationAnders Damsgaard2+11-3
2017-09-11 14:50restructure documentation, split library overview into public and internalsAnders Damsgaard6+75-23
2017-09-11 14:23run codecov together with documentation generationAnders Damsgaard1+0-2
2017-09-11 14:20remove obsolete documentation information from READMEAnders Damsgaard1+0-5
2017-09-11 14:18put badges into markdown tableAnders Damsgaard1+3-7
2017-09-11 14:15fix hypoerlink typo to docs logoAnders Damsgaard1+1-1
2017-09-11 14:14add link to documentationAnders Damsgaard2+3-0
2017-09-11 14:11auto-document SeaIce.jlAnders Damsgaard3+11-3
2017-09-11 13:43ignore documentation generated contentAnders Damsgaard1+4-0
2017-09-11 13:42build documentation after build success on travisAnders Damsgaard1+3-2
2017-09-11 13:19allow build failures with julia nightly on windowsAnders Damsgaard1+4-0
2017-09-09 14:08add preliminary documentation through Documenter.jlAnders Damsgaard3+68-0
2017-09-09 13:28add Documenter.jl dependencyAnders Damsgaard1+1-0
2017-09-09 13:15allow failures on julia nightlyAnders Damsgaard1+7-0
2017-09-08 16:23add PyCall before building it during testingAnders Damsgaard1+1-1
2017-09-08 16:20move python preparation to before_scriptAnders Damsgaard1+1-1
2017-09-08 16:14try fixing before_deploy targetAnders Damsgaard1+1-2
2017-09-08 16:03Merge branch 'master' of github.com:anders-dc/SeaIce.jlAnders Damsgaard22+1031-413
2017-09-08 16:02readd osx as OS, add automated matplotlib installation in before_deploy targetAnders Damsgaard1+9-0
2017-06-23 19:04add several measures for reducing memory footprintAnders Damsgaard5+103-32
2017-06-23 14:20add ! to addIceFloeCylindrical name, store Nc_max in simulation objectAnders Damsgaard21+218-211
2017-06-23 13:09calculate mean radius before conditionalAnders Damsgaard1+1-1
2017-06-23 00:25disable rounding of datetimeAnders Damsgaard1+1-2
2017-06-23 00:23loop status in function if requestedAnders Damsgaard2+60-47
2017-06-22 23:57update the simulation status at the end of the time loopAnders Damsgaard1+1-0
2017-06-22 23:51do not allocate a new vector when initializing delta_tAnders Damsgaard1+2-2
2017-06-22 20:55avoid allocating unnecessary arraysAnders Damsgaard3+4-3
2017-06-22 19:41increase performance of cell coordinate functions by specificly passing coordinate arraysAnders Damsgaard3+23-19
2017-06-22 17:58declare Nc_max as constantAnders Damsgaard1+1-1
2017-06-22 15:17Merge branch 'master' of github.com:anders-dc/SeaIce.jlAnders Damsgaard1+8-5
2017-06-22 14:43fix deprecation warning in convertIceFloeDataToArraysAnders Damsgaard1+34-34
2017-06-22 14:23update test environment and requirements to julia 0.6Anders Damsgaard3+3-3
2017-06-22 14:10convert NetCDF data after readAnders Damsgaard2+28-29
2017-06-22 13:44fix several deprecation warnings in julia 0.6Anders Damsgaard4+63-63
2017-06-22 01:56use isassigned over isdefined for future compatibilityAnders Damsgaard2+2-2
2017-06-22 01:20add ocean+atmosphere profiling testsAnders Damsgaard1+29-4
2017-06-19 15:55automatically turn on sorting optimizations if grids are identicalAnders Damsgaard2+20-2
2017-06-19 15:45skip atmosphere grid sorting when the atmosphere grid geometry is identical to the ocean gridAnders Damsgaard5+84-3
2017-06-16 17:13Merge branch 'master' of github.com:anders-dc/SeaIce.jlAnders Damsgaard3+91-0
2017-06-16 17:13fit curves to performance plotsAnders Damsgaard1+17-1
2017-06-15 16:43VTK source file path, test long runs in VTK testAnders Damsgaard2+7-3
2017-06-15 15:33Merge branch 'master' of github.com:anders-dc/SeaIce.jlAnders Damsgaard6+71-18
2017-06-15 15:33write paraview state file at the end of the simulationAnders Damsgaard2+17540-0
2017-06-13 20:29add script for profiling many-body dynamicsAnders Damsgaard1+83-0
2017-06-12 19:24make JLD optionalAnders Damsgaard2+44-23
2017-06-12 19:15remove JLD as a requirementAnders Damsgaard2+5-3
2017-06-09 20:07add functionality to read/write simulation and simulation status to diskAnders Damsgaard6+73-62
2017-06-09 19:22fix typo in package nameAnders Damsgaard1+1-1
2017-06-09 19:15add JDL as requirementAnders Damsgaard1+1-0
2017-06-09 19:08improve docstrings for read/write functionsAnders Damsgaard1+7-1
2017-06-09 19:06add comparison functions for all custom data typesAnders Damsgaard7+253-0
2017-06-09 14:11add filter for quickly visualizing granular interactionsAnders Damsgaard1+82-0
2017-06-08 17:50fix monte-carlo sampling procedure, add more tests with partially full cellsAnders Damsgaard2+33-1
2017-06-08 17:37add brute-force method for finding empty position in cellAnders Damsgaard2+140-0
2017-06-07 13:26force remove simulation folderAnders Damsgaard1+1-1
2017-06-07 13:13put simulation output in separate foldersAnders Damsgaard2+15-6
2017-06-06 20:20save granular, ocean, and atmosphere to ice floesAnders Damsgaard9+61-10
2017-06-03 15:18use the same function for writing ocean and atmosphere VTKAnders Damsgaard1+20-72
2017-06-03 14:08add atmosphere tests, fix many grid-related issuesAnders Damsgaard8+204-33
2017-06-02 20:20fix numerous issues related to grid function rewriteAnders Damsgaard5+31-10
2017-06-02 19:47make grid sorting type agnosticAnders Damsgaard1+33-22
2017-06-02 19:38use more realistic atmosphere density and freeboard for vertical dragAnders Damsgaard1+4-6
2017-06-02 19:36begin implementing atmosphere dragAnders Damsgaard7+384-44
2017-06-02 18:57add more fields to interaction output, do not correct effective radius for overlapAnders Damsgaard2+45-1
2017-06-02 18:06cleanup vtk files after testAnders Damsgaard1+1-1
2017-06-02 17:55write more interaction information to the vtp fileAnders Damsgaard1+21-8
2017-06-02 17:15refine contact traversalAnders Damsgaard1+28-15
2017-06-02 16:52do not write interactions between disabled particles to VTP fileAnders Damsgaard1+5-0
2017-06-02 15:58name parameter must be written with capital NAnders Damsgaard1+12-12
2017-06-02 15:57change order of DataArray parametersAnders Damsgaard1+13-12
2017-06-02 15:27add empty DataArrays to Verts, rename position to PointsAnders Damsgaard1+8-1
2017-06-02 15:20change bond to interaction in file and function naming, use 0 indexing in VTK fileAnders Damsgaard1+22-8
2017-06-02 15:02check VTK files after contact search, fix small error in bond VTK writeAnders Damsgaard2+5-4
2017-05-27 18:07disable bonded interactions if one member is disabledAnders Damsgaard1+4-0
2017-05-26 22:16compute missing areaAnders Damsgaard1+2-2
2017-05-26 22:05determine contact compressibility during vtk writeAnders Damsgaard1+7-3
2017-05-26 20:23find interaction normal force in VTK writing functionAnders Damsgaard2+25-3
2017-05-26 19:45add preliminary implementation of bond visualizationAnders Damsgaard2+116-0
2017-05-26 15:15fix output file write, test cohesionAnders Damsgaard2+18-22
2017-05-26 14:07add bond healing rate as ice floe parameterAnders Damsgaard3+6-2
2017-05-25 20:00fix dimensionality of tensile strengthAnders Damsgaard1+1-2
2017-05-25 19:51fix output file write occurrence across restartsAnders Damsgaard1+12-4
2017-05-25 19:36do not test on win32 which has problems with VTK moduleAnders Damsgaard1+0-2
2017-05-25 19:35disable tensile strength by default, update vtk checksumAnders Damsgaard4+22-4
2017-05-25 18:03linearly increase cohesion with contact time until hard limit, remove contacts within interaction functionAnders Damsgaard6+60-12
2017-05-25 15:08fix minor syntax issuesAnders Damsgaard2+4-5
2017-05-24 20:04use unicode symbols for parameters in interactionAnders Damsgaard1+89-99
2017-05-24 19:09Use Young's modulus and Poisson's ratio by default for contact mechanicsAnders Damsgaard5+77-41
2017-05-24 15:54save additional contact parameters and drag coefficients in ice floe typeAnders Damsgaard5+102-11
2017-05-18 20:15increase consistency and precision for output file generationAnders Damsgaard2+9-8
2017-05-17 14:03add more fields to ocean VTK fileAnders Damsgaard2+10-6
2017-05-13 13:57shorten and rename experimentAnders Damsgaard2+185-185
2017-05-13 13:21tweak example with size variance, a more narrow strait, and decreased wall grain sizeAnders Damsgaard1+26-25
2017-05-13 01:14search in 8 neighboring cells after old cell and before full grid searchAnders Damsgaard1+31-2
2017-05-13 01:01add more testsAnders Damsgaard3+6-11
2017-05-12 23:41add tests of temporal.jl functionsAnders Damsgaard2+19-0
2017-05-12 23:22add more tests for icefloe and simulation functionalityAnders Damsgaard4+39-9
2017-05-12 22:53update URL to appveyor badgeAnders Damsgaard1+1-1
2017-05-12 22:38disable checksum verification on windowsAnders Damsgaard1+2-0
2017-05-12 22:14disable osx build since they are often failing due to misconfigured envAnders Damsgaard1+0-1
2017-05-12 20:48first check previous grid position during ice floe grid sortingAnders Damsgaard1+22-10
2017-05-12 20:29do not sort ice floes in grid if they are disabledAnders Damsgaard1+4-0
2017-05-12 14:51avoid NaN values from harmonic mean computationAnders Damsgaard1+3-3
2017-05-11 20:45add angular drag from ocean vorticityAnders Damsgaard4+201-22
2017-05-11 02:46update example with radius variance and fix for k_t valuesAnders Damsgaard1+23-13
2017-05-10 19:36increase elastic stiffness in exampleAnders Damsgaard1+1-1
2017-05-10 19:33fix interaction schemeAnders Damsgaard4+112-23
2017-05-10 18:52add test with 5 ice floesAnders Damsgaard2+234-0
2017-05-10 17:44decrement contact counter for ice floe `j` tooAnders Damsgaard1+1-0
2017-05-10 17:40write the number of contacts to VTK filesAnders Damsgaard2+7-2
2017-05-10 17:34prevent contact list overrun, use elastic interaction in nares strait exampleAnders Damsgaard2+9-5
2017-05-10 17:26implement tangential elasticityAnders Damsgaard10+549-198
2017-05-09 16:12do not store overlap, begin implementing tangential elasticityAnders Damsgaard5+35-40
2017-05-09 02:53change simulation id depending on resolutionAnders Damsgaard1+4-4
2017-05-09 01:18concatenate interaction function, fix rotation issuesAnders Damsgaard2+91-179
2017-05-08 20:58Merge branch 'master' of github.com:anders-dc/SeaIce.jlAnders Damsgaard3+152-27
2017-05-08 20:57test additional collisions, rotational tests will failAnders Damsgaard4+275-51
2017-05-02 20:10add tangential viscosity to exampleAnders Damsgaard1+14-5
2017-05-02 19:48check for nan in harmonic mean operation, return 0 if true. Add more testsAnders Damsgaard4+90-12
2017-05-02 18:03implement tangential viscosity and frictionAnders Damsgaard4+338-37
2017-05-02 12:54add osx, but run codecov on linux only for faster testingAnders Damsgaard1+6-3
2017-05-02 12:46fix path to appveyor badgeAnders Damsgaard1+1-1
2017-05-02 12:40prepare for contact model with tangential frictional elasticityAnders Damsgaard2+19-14
2017-05-02 12:39add options to enable different resolutions and ice fluxesAnders Damsgaard1+19-6
2017-05-02 02:40fix link to appveyorAnders Damsgaard1+1-1
2017-05-02 02:37use svg badge for appveyorAnders Damsgaard1+4-5
2017-05-02 02:33add escaped symbol to end command sent to powershellAnders Damsgaard1+9-3
2017-05-02 02:33add badge to appveyorAnders Damsgaard1+5-1
2017-05-02 02:24launch checksum command in powershell on windowsAnders Damsgaard1+2-0
2017-05-01 20:15shorten distance between fixed ice floes in side wallsAnders Damsgaard1+2-3
2017-05-01 20:15add fix for ice floe disablingAnders Damsgaard1+1-0
2017-05-01 19:51add tests for disabled ice floesAnders Damsgaard6+73-16
2017-05-01 18:39gather contact check functionality in single functionAnders Damsgaard1+36-43
2017-05-01 18:29call correct functionAnders Damsgaard1+1-1
2017-05-01 17:57add missing continue statement, remove debug outputAnders Damsgaard2+1-1
2017-05-01 17:48skip fixed contact pairs correctly, add more testsAnders Damsgaard3+41-8
2017-05-01 17:21fix indexing when adding new ice floes to the top of the domainAnders Damsgaard1+2-1
2017-05-01 17:20add newline before file status to improve readability of verbose outputAnders Damsgaard1+3-0
2017-05-01 16:56add tests using grid-based cell searchAnders Damsgaard1+29-0
2017-05-01 16:05save output-file interval in simulation structure, increment with current timeAnders Damsgaard4+8-8
2017-05-01 15:35add function to remove output files associated with a simulationAnders Damsgaard3+17-2
2017-05-01 14:50add tests of ocean-drag functionAnders Damsgaard1+25-0
2017-05-01 14:36avoid double reporting of current timeAnders Damsgaard2+3-6
2017-05-01 14:28add function for cell center coordinates, add testsAnders Damsgaard3+45-3
2017-05-01 14:13disable ice floes outside gridAnders Damsgaard2+2-3
2017-05-01 14:08update checksum to reflect update in VTK fileAnders Damsgaard1+1-1
2017-05-01 14:05add flag to enable or disable ice floeAnders Damsgaard10+58-11
2017-05-01 13:40use conformal mapping by default during cell binningAnders Damsgaard3+20-10
2017-05-01 02:14change example to include in namespace, add warning if point is outside cell during ocean dragAnders Damsgaard5+38-22
2017-04-30 18:25add cell-based contact searchAnders Damsgaard2+50-3
2017-04-30 17:53use ocean grid for ice-floe binning and contact search if it existsAnders Damsgaard3+5-3
2017-04-30 17:50check size of correct parameter in Ocean typeAnders Damsgaard1+2-2
2017-04-30 17:34initialize ocean grid contents as empty arrays before binning ice floesAnders Damsgaard3+34-16
2017-04-30 17:07remove redundant boolean checkAnders Damsgaard1+2-6
2017-04-30 17:05ignore ocean VTK filesAnders Damsgaard1+1-0
2017-04-30 17:04change to south-west convention for corner indexing for consistency with memory layoutAnders Damsgaard4+62-49
2017-04-30 13:56add test of non-dimensional coordinatesAnders Damsgaard2+11-1
2017-04-30 02:53fix checksum command which was previously escapedAnders Damsgaard1+1-1
2017-04-30 02:35add ocean-grid index to ice floe, and dynamic arrays of ocean-grid cell contentsAnders Damsgaard4+17-7
2017-04-28 20:00add wrapper function for interpolation, prototype ocean dragAnders Damsgaard4+44-6
2017-04-28 19:14add missing exclamation marks to function exportsAnders Damsgaard7+26-26
2017-04-28 19:05test for bitwise reproducibility of ocean vtk fileAnders Damsgaard1+8-4
2017-04-28 18:47check that contacts between fixed ice floes are not registeredAnders Damsgaard2+13-1
2017-04-28 18:41fix writing of ocean vtk files and vertical discretizationAnders Damsgaard3+25-10
2017-04-28 17:53add note in docstring about vertical ocean coordinatesAnders Damsgaard1+2-1
2017-04-28 17:52z-axis for ocean is 0 at sea surface and points upwardsAnders Damsgaard1+3-3
2017-04-28 16:01pass name argument to ocean constructorAnders Damsgaard1+1-1
2017-04-28 15:59separate VTK write into icefloe and ocean subfunctionsAnders Damsgaard2+74-8
2017-04-28 15:18add ice floes north of constrictionAnders Damsgaard1+33-3
2017-04-28 01:22fix boundary geometryAnders Damsgaard1+13-18
2017-04-27 20:59add example, work in progressAnders Damsgaard1+77-0
2017-04-27 19:45add functionality to create idealized oceansAnders Damsgaard3+86-1
2017-04-27 19:28export functions from module namespace, improve docstringsAnders Damsgaard8+87-10
2017-04-27 15:28add note on requirement installation processAnders Damsgaard1+3-2
2017-04-27 15:17improve grammarAnders Damsgaard1+3-3
2017-04-27 15:12add path informationAnders Damsgaard1+3-1
2017-04-27 15:09Merge branch 'master' of github.com:anders-dc/SeaIce.jlAnders Damsgaard2+43-20
2017-04-27 15:09update readme with test and update proceduresAnders Damsgaard1+16-1
2017-04-26 20:03add corner-order checkAnders Damsgaard2+10-0
2017-04-26 19:59add conformal mapping functionsAnders Damsgaard2+122-15
2017-04-26 15:57add functions for grid area and cell contentAnders Damsgaard3+93-13
2017-04-25 20:20add outline of sorting algorithmAnders Damsgaard2+35-0
2017-04-25 19:57cross-platform compatibility for checksum verificationAnders Damsgaard1+8-1
2017-04-25 19:48test VTK write, remove old worldsize function, fix ifarr creationAnders Damsgaard4+17-28
2017-04-25 19:29call correct interpolation function from testAnders Damsgaard1+2-2
2017-04-25 19:23add tests of ocean state temporal interpolationAnders Damsgaard1+16-0
2017-04-25 19:13move paranthesis, add time range testsAnders Damsgaard2+5-1
2017-04-25 19:02use NetCDF files from Baltic test case, interpolate to B gridAnders Damsgaard4+141-53
2017-04-25 17:19add netcdf files of ocean grid and state from Baltic exampleAnders Damsgaard2+0-0
2017-04-25 02:12move misplaced paranthesesAnders Damsgaard1+6-3
2017-04-25 02:05add function to perform linear interpolation between ocean time stepsAnders Damsgaard2+48-0
2017-04-25 01:34improve installation instructionsAnders Damsgaard1+2-1
2017-04-25 01:34Ocean.id is false if no file is readAnders Damsgaard2+2-2
2017-04-25 01:18interpolate ocean velocities to cell centerAnders Damsgaard1+33-2
2017-04-24 17:38add more geometrical parameters, resolve contact pressureAnders Damsgaard4+40-10
2017-04-24 17:12add contact pressure field to ice floeAnders Damsgaard4+18-2
2017-04-21 21:20add bilinear interpolation scheme for Arakawa A gridsAnders Damsgaard1+31-0
2017-04-21 20:40load Base.Test into global namespace, remove superfluous module loadsAnders Damsgaard4+28-36
2017-04-21 20:37move MOM6 netcdf read to ocean.jlAnders Damsgaard3+28-28
2017-04-21 20:35add ocean to simulation typeAnders Damsgaard4+38-22
2017-04-21 20:02add read of MOM6 netcdf filesAnders Damsgaard5+113-1
2017-04-20 20:43remove superfluous kinematics update functionAnders Damsgaard1+0-9
2017-04-20 20:40add tests where both ice floes are not fixedAnders Damsgaard1+56-0
2017-04-20 20:35remove all legacy code related to wall-particle interactionAnders Damsgaard4+3-49
2017-04-20 20:32test exception if invalid method is passedAnders Damsgaard1+2-0
2017-04-20 20:19change to SeaIce folder before running codecovAnders Damsgaard1+1-1
2017-04-20 20:08fix parameter type and time increment function callAnders Damsgaard1+2-2
2017-04-20 19:59update test macroAnders Damsgaard1+2-2
2017-04-20 19:51add docstrings to all functionsAnders Damsgaard10+126-33
2017-04-20 17:43remove osx tests which are slowAnders Damsgaard1+0-1
2017-04-20 15:46fix commentAnders Damsgaard1+1-1
2017-04-20 15:35run codecov instead of coveralls testAnders Damsgaard1+1-1
2017-04-20 15:29make sure final time is reported at the end, decrease verbosity in testsAnders Damsgaard2+14-7
2017-04-20 15:15zero forces and torques at the beginning of each time step and expand integration testsAnders Damsgaard5+79-11
2017-04-20 14:10add test of top-level contact search functionAnders Damsgaard1+10-0
2017-04-20 14:04add test of contact search and geometryAnders Damsgaard3+31-2
2017-04-19 03:02add file info during testingAnders Damsgaard1+2-2
2017-04-19 02:57remove old non-markdown license fileAnders Damsgaard1+0-674
2017-04-19 02:49update requirements and check coverage after successAnders Damsgaard2+1-4
2017-04-19 02:33run coverage test from current folderAnders Damsgaard1+1-1
2017-04-19 02:30fix travis test of code coverageAnders Damsgaard1+1-3
2017-04-19 02:27run collision test by defaultAnders Damsgaard1+1-2
2017-04-19 02:25remove coveralls badgeAnders Damsgaard1+1-1
2017-04-19 02:18update readmeAnders Damsgaard1+5-4
2017-04-19 02:16update installation instructions to use built-in package managementAnders Damsgaard1+4-7
2017-04-19 02:11put badges on the same lineAnders Damsgaard1+1-5
2017-04-19 02:08Merge remote-tracking branch 'origin/master'Anders Damsgaard19+1810-10
2017-04-19 02:02SeaIce.jl generated files.Anders Damsgaard9+711-0
2017-04-19 02:02initial empty commitAnders Damsgaard0+0-0