Mercurial > repos > public > sbplib_julia
comparison Manifest.toml @ 231:fbabfd4e8f20
Merge in boundary_conditions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 15:07:47 +0200 |
parents | 235f0a771c8f |
children | 05e7bbe0af97 |
comparison
equal
deleted
inserted
replaced
144:ce56727e4232 | 231:fbabfd4e8f20 |
---|---|
1 # This file is machine-generated - editing it directly is not advised | |
2 | |
3 [[Base64]] | |
4 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | |
5 | |
6 [[DiffOps]] | |
7 deps = ["Grids", "RegionIndices", "SbpOperators", "TiledIteration"] | |
8 path = "DiffOps" | |
9 uuid = "39474f48-97ec-11e9-01fc-6ddcbe5918df" | |
10 version = "0.1.0" | |
11 | |
12 [[Distributed]] | |
13 deps = ["Random", "Serialization", "Sockets"] | |
14 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" | |
15 | |
16 [[Grids]] | |
17 deps = ["RegionIndices"] | |
18 path = "Grids" | |
19 uuid = "960fdf28-97ed-11e9-2a74-bd90bf2fab5a" | |
20 version = "0.1.0" | |
21 | |
22 [[InteractiveUtils]] | |
23 deps = ["Markdown"] | |
24 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | |
25 | |
26 [[LazyTensors]] | |
27 path = "LazyTensors" | |
28 uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3" | |
29 version = "0.1.0" | |
30 | |
31 [[Logging]] | |
32 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | |
33 | |
34 [[Markdown]] | |
35 deps = ["Base64"] | |
36 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | |
37 | |
38 [[OffsetArrays]] | |
39 git-tree-sha1 = "1af2f79c7eaac3e019a0de41ef63335ff26a0a57" | |
40 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" | |
41 version = "0.11.1" | |
42 | |
43 [[Random]] | |
44 deps = ["Serialization"] | |
45 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
46 | |
47 [[RegionIndices]] | |
48 path = "RegionIndices" | |
49 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219" | |
50 version = "0.1.0" | |
51 | |
52 [[SbpOperators]] | |
53 deps = ["RegionIndices"] | |
54 path = "SbpOperators" | |
55 uuid = "204357d8-97fd-11e9-05e7-010897a14cd0" | |
56 version = "0.1.0" | |
57 | |
58 [[Serialization]] | |
59 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | |
60 | |
61 [[Sockets]] | |
62 uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | |
63 | |
64 [[Test]] | |
65 deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] | |
66 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
67 | |
68 [[TiledIteration]] | |
69 deps = ["OffsetArrays", "Test"] | |
70 git-tree-sha1 = "58f6f07d3b54a363ec283a8f5fc9fb4ecebde656" | |
71 uuid = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" | |
72 version = "0.2.3" |