diff LazyTensors/src/LazyTensors.jl @ 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 634453a4e1d8
children
line wrap: on
line diff
--- a/LazyTensors/src/LazyTensors.jl	Mon Jan 06 10:48:38 2020 +0100
+++ b/LazyTensors/src/LazyTensors.jl	Mon Jan 06 10:54:48 2020 +0100
@@ -1,5 +1,5 @@
 module LazyTensors
-
+using RegionIndices
 include("tensor_mapping.jl")
 include("lazy_array.jl")
 include("lazy_tensor_operations.jl")