comparison src/Sbplib.jl @ 356:0844069ab5ff refactor/remove_dynamic_size_tensormapping

Reinclude SbpOperators and fix most of the code and tests there.
author Jonatan Werpers <jonatan@werpers.com>
date Sun, 27 Sep 2020 22:51:31 +0200
parents 7fe43d902a27
children 33f04f398aac
comparison
equal deleted inserted replaced
355:5c9212a8ee4f 356:0844069ab5ff
1 module Sbplib 1 module Sbplib
2 2
3 include("RegionIndices/RegionIndices.jl") 3 include("RegionIndices/RegionIndices.jl")
4 include("LazyTensors/LazyTensors.jl") 4 include("LazyTensors/LazyTensors.jl")
5 include("Grids/Grids.jl") 5 include("Grids/Grids.jl")
6 # include("SbpOperators/SbpOperators.jl") 6 include("SbpOperators/SbpOperators.jl")
7 # include("DiffOps/DiffOps.jl") 7 # include("DiffOps/DiffOps.jl")
8 8
9 export RegionIndices 9 export RegionIndices
10 export LazyTensors 10 export LazyTensors
11 export Grids 11 export Grids