view sbp.jl @ 188:4558789b5948 boundary_conditions

Add module for Lazy operations - Add LazyElementWiseOperations for lazy evaluations of operations on AbstractArray - Add lazy operations - Add LazyArray which specialices the normal operations by their lazy counterparts.
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 20 Jun 2019 21:36:31 +0200
parents 0743e1247384
children 1ad91e11b1f4
line wrap: on
line source

module sbp
include("index.jl")
include("grid.jl")
include("stencil.jl")
include("sbpD2.jl")
include("diffOp.jl")
include("TimeStepper.jl")
end  # module