view src/Sbplib.jl @ 1400:a7afba63adb5 bugfix/grids/complete_interface_impl

Add tests for `begin` and `end` indexing for `TensorGrid`s
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 22 Aug 2023 09:05:53 +0200
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