view src/Sbplib.jl @ 1054:ce16519aa7ff feature/nested_stencils

Tests for non centered nested stencils (grafted from 0fe46190a81a3c4cb36911d78e223ff9d398bd44)
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 20 Jan 2022 13:35:21 +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