view LazyTensors/src/LazyTensors.jl @ 282:ce6a2f3f732a boundary_conditions

Make Laplace a TensorOperator and add tests. NOTE: Two of the tests for Laplace2D are currently failing.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 09 Jan 2020 10:54:24 +0100
parents 11010bb74260
children
line wrap: on
line source

module LazyTensors
using RegionIndices
include("tensor_mapping.jl")
include("lazy_array.jl")
include("lazy_tensor_operations.jl")

end # module