comparison Manifest.toml @ 274:11010bb74260 boundary_conditions

Dispatch getindex for TensorMappingApplication on region indices. Dispatch apply for TensorMappingBinaryOperation on region indices. Update tests. Update todo
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 06 Jan 2020 10:54:48 +0100
parents 05e7bbe0af97
children d1004b881da1 d244f2e5f822
comparison
equal deleted inserted replaced
273:babc4288e6a6 274:11010bb74260
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"]