view sbp.jl @ 196:b3c252280a19 boundary_conditions

Move LazyArray and make LazyTensorMappingApplication and LazyElementwiseOperation subtypes of it
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 20 Jun 2019 23:25:38 +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