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

README.md (334B)


      1 # Granular
      2 
      3 A [Julia](https://julialang.org) package for simulating granular mechanics.
      4 
      5 ## Installation
      6 
      7 To install the latest version and optionally run the included tests, run:
      8 
      9 ```julia
     10 julia> ]
     11 (v1.7) pkg> add git://src.adamsgaard.dk/Granular.jl
     12 (v1.7) pkg> test Granular
     13 ```
     14 
     15 ## Author
     16 [Anders Damsgaard](https://adamsgaard.dk)