tProject.toml - Granular.jl - Julia package for granular dynamics simulation | |
git clone git://src.adamsgaard.dk/Granular.jl | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
tProject.toml (633B) | |
--- | |
1 name = "Granular" | |
2 uuid = "4e83dc4e-a38d-4d2b-9dbd-78926e27b582" | |
3 authors = ["Anders Damsgaard <[email protected]>"] | |
4 version = "0.4.6" | |
5 | |
6 [deps] | |
7 Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | |
8 DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" | |
9 JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" | |
10 LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | |
11 Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | |
12 Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | |
13 PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee" | |
14 Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
15 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
16 WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" |