Mercurial > repos > public > sbplib_julia
comparison Manifest.toml @ 291:0f94dc29c4bf
Merge in branch boundary_conditions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 22 Jun 2020 21:43:05 +0200 |
parents | 11010bb74260 |
children | d1004b881da1 d244f2e5f822 |
comparison
equal
deleted
inserted
replaced
231:fbabfd4e8f20 | 291:0f94dc29c4bf |
---|---|
2 | 2 |
3 [[Base64]] | 3 [[Base64]] |
4 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | 4 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" |
5 | 5 |
6 [[DiffOps]] | 6 [[DiffOps]] |
7 deps = ["Grids", "RegionIndices", "SbpOperators", "TiledIteration"] | 7 deps = ["Grids", "LazyTensors", "RegionIndices", "SbpOperators", "TiledIteration"] |
8 path = "DiffOps" | 8 path = "DiffOps" |
9 uuid = "39474f48-97ec-11e9-01fc-6ddcbe5918df" | 9 uuid = "39474f48-97ec-11e9-01fc-6ddcbe5918df" |
10 version = "0.1.0" | 10 version = "0.1.0" |
11 | 11 |
12 [[Distributed]] | 12 [[Distributed]] |
22 [[InteractiveUtils]] | 22 [[InteractiveUtils]] |
23 deps = ["Markdown"] | 23 deps = ["Markdown"] |
24 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" | 24 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" |
25 | 25 |
26 [[LazyTensors]] | 26 [[LazyTensors]] |
27 deps = ["RegionIndices"] | |
27 path = "LazyTensors" | 28 path = "LazyTensors" |
28 uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3" | 29 uuid = "62fbed2c-918d-11e9-279b-eb3a325b37d3" |
29 version = "0.1.0" | 30 version = "0.1.0" |
30 | 31 |
31 [[Logging]] | 32 [[Logging]] |
34 [[Markdown]] | 35 [[Markdown]] |
35 deps = ["Base64"] | 36 deps = ["Base64"] |
36 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" | 37 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" |
37 | 38 |
38 [[OffsetArrays]] | 39 [[OffsetArrays]] |
39 git-tree-sha1 = "1af2f79c7eaac3e019a0de41ef63335ff26a0a57" | 40 git-tree-sha1 = "87d0a91efe29352d5caaa271ae3927083c096e33" |
40 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" | 41 uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881" |
41 version = "0.11.1" | 42 version = "0.11.4" |
42 | 43 |
43 [[Random]] | 44 [[Random]] |
44 deps = ["Serialization"] | 45 deps = ["Serialization"] |
45 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | 46 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
46 | 47 |
47 [[RegionIndices]] | 48 [[RegionIndices]] |
48 path = "RegionIndices" | 49 path = "/Users/vidar/dev/hg/sbpteam/sbplib_julia/RegionIndices" |
49 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219" | 50 uuid = "5d527584-97f1-11e9-084c-4540c7ecf219" |
50 version = "0.1.0" | 51 version = "0.1.0" |
51 | 52 |
52 [[SbpOperators]] | 53 [[SbpOperators]] |
53 deps = ["RegionIndices"] | 54 deps = ["RegionIndices"] |