diff LazyTensors/Project.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 6945c15a6a7a
children
line wrap: on
line diff
--- a/LazyTensors/Project.toml	Mon Jan 06 10:48:38 2020 +0100
+++ b/LazyTensors/Project.toml	Mon Jan 06 10:54:48 2020 +0100
@@ -3,6 +3,9 @@
 authors = ["Jonatan Werpers <jonatan.werpers@it.uu.se>"]
 version = "0.1.0"
 
+[deps]
+RegionIndices = "5d527584-97f1-11e9-084c-4540c7ecf219"
+
 [extras]
 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"