comparison src/SbpOperators/SbpOperators.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 f36866ba97e6
comparison
equal deleted inserted replaced
355:5c9212a8ee4f 356:0844069ab5ff
1 module SbpOperators 1 module SbpOperators
2 2
3 using Sbplib.RegionIndices 3 using Sbplib.RegionIndices
4 using Sbplib.LazyTensors 4 using Sbplib.LazyTensors
5 using Sbplib.Grids
5 6
6 include("stencil.jl") 7 include("stencil.jl")
7 include("constantstenciloperator.jl") 8 include("constantstenciloperator.jl")
8 include("d2.jl") 9 include("d2.jl")
9 include("readoperator.jl") 10 include("readoperator.jl")