comparison src/Sbplib.jl @ 333:01b851161018 refactor/combine_to_one_package

Start converting to one package by moving all the files to their correct location
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 25 Sep 2020 13:06:02 +0200
parents
children f4e3e71a4ff4
comparison
equal deleted inserted replaced
332:535f1bff4bcc 333:01b851161018
1 module Sbplib
2
3 include("DiffOps/DiffOps.jl")
4 include("Grids/Grids.jl")
5 include("LazyTensors/LazyTensors.jl")
6 include("RegionIndices/RegionIndices.jl")
7 include("SbpOperators/SbpOperators.jl")
8
9 export DiffOps
10 export Grids
11 export LazyTensors
12 export RegionIndices
13 export SbpOperators
14
15 end