view src/Sbplib.jl @ 1713:b5690ab5f0b8 refactor/grids/boundary_identifiers_1d

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 05 Sep 2024 08:41:38 +0200
parents fca4a01d60c9
children
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