view LazyTensors/src/LazyTensors.jl @ 273:babc4288e6a6 boundary_conditions

Dispatch apply(Quadrature) etc on region indices and create utility wrapper function dispatching on standard ints
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Mon, 06 Jan 2020 10:48:38 +0100
parents 634453a4e1d8
children 11010bb74260
line wrap: on
line source

module LazyTensors

include("tensor_mapping.jl")
include("lazy_array.jl")
include("lazy_tensor_operations.jl")

end # module