view src/Sbplib.jl @ 578:b24b910a9025 feature/boundary_ops

Change inference test to be more explicit about what methods are tested
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 01 Dec 2020 17:41:14 +0100
parents 33f04f398aac
children 2f8c67c5979e
line wrap: on
line source

module Sbplib

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