view src/Sbplib.jl @ 1056:fe83ea1db953 feature/nested_stencils

Add argument restrictions to stencil constructors to get clearer error messages (grafted from f74189c954d65eb5e2ce8de4e9210f74390b8cb7)
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 20 Jan 2022 15:17:37 +0100
parents 2f8c67c5979e
children a382942e5437 b4ee47f2aafb
line wrap: on
line source

module Sbplib

include("StaticDicts/StaticDicts.jl")
include("RegionIndices/RegionIndices.jl")
include("LazyTensors/LazyTensors.jl")
include("Grids/Grids.jl")
include("SbpOperators/SbpOperators.jl")
include("DiffOps/DiffOps.jl")

export RegionIndices
export LazyTensors
export Grids
export SbpOperators
export DiffOps

end