Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 751:f94feb005e7d feature/laplace_opset
Change from Dict to StaticDict in Laplace
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 19 Mar 2021 16:56:58 +0100 |
parents | 40f2999f57b2 |
children | 1784b1c0af3e |
comparison
equal
deleted
inserted
replaced
750:f88b2117dc69 | 751:f94feb005e7d |
---|---|
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 using Sbplib.Grids |
6 using Sbplib.StaticDicts | |
6 | 7 |
7 include("stencil.jl") | 8 include("stencil.jl") |
8 include("d2.jl") | 9 include("d2.jl") |
9 include("readoperator.jl") | 10 include("readoperator.jl") |
10 include("volumeops/volume_operator.jl") | 11 include("volumeops/volume_operator.jl") |