Mercurial > repos > public > sbplib_julia
comparison DiffOps/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 | a5fdc00d5070 |
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 [[Distributed]] | |
7 deps = ["Random", "Serialization", "Sockets"] | |
8 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" | |
9 | |
10 [[Grids]] | |
11 deps = ["RegionIndices"] | |
12 path = "../Grids" | |
13 uuid = "960fdf28-97ed-11e9-2a74-bd90bf2fab5a" | |
14 version = "0.1.0" | |
15 | |
16 [[InteractiveUtils]] | |
17 deps = ["Markdown"] | |
18 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | |
19 | |
20 [[Logging]] | |
21 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" | |
22 | |
23 [[Markdown]] | |
24 deps = ["Base64"] | |
25 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | |
26 | |
27 [[OffsetArrays]] | |
28 git-tree-sha1 = "1af2f79c7eaac3e019a0de41ef63335ff26a0a57" | |
29 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" | |
30 version = "0.11.1" | |
31 | |
32 [[Random]] | |
33 deps = ["Serialization"] | |
34 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
35 | |
36 [[RegionIndices]] | |
37 path = "../RegionIndices" | |
38 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219" | |
39 version = "0.1.0" | |
40 | |
41 [[SbpOperators]] | |
42 deps = ["RegionIndices"] | |
43 path = "../SbpOperators" | |
44 uuid = "204357d8-97fd-11e9-05e7-010897a14cd0" | |
45 version = "0.1.0" | |
46 | |
47 [[Serialization]] | |
48 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" | |
49 | |
50 [[Sockets]] | |
51 uuid = "6462fe0b-24de-5631-8697-dd941f90decc" | |
52 | |
53 [[Test]] | |
54 deps = ["Distributed", "InteractiveUtils", "Logging", "Random"] | |
55 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
56 | |
57 [[TiledIteration]] | |
58 deps = ["OffsetArrays", "Test"] | |
59 git-tree-sha1 = "58f6f07d3b54a363ec283a8f5fc9fb4ecebde656" | |
60 uuid = "06e1c1a7-607b-532d-9fad-de7d9aa2abac" | |
61 version = "0.2.3" |