Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1751:f3d7e2d7a43f feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 11 Sep 2024 16:26:19 +0200 |
parents | de6300bd36cc 471a948cd2b2 |
children | b8cb38fd67ff |
comparison
equal
deleted
inserted
replaced
1731:3684db043add | 1751:f3d7e2d7a43f |
---|---|
38 export boundary | 38 export boundary |
39 export sat | 39 export sat |
40 export sat_tensors | 40 export sat_tensors |
41 | 41 |
42 # Using | 42 # Using |
43 using Sbplib.RegionIndices | 43 using Diffinitive.RegionIndices |
44 using Sbplib.LazyTensors | 44 using Diffinitive.LazyTensors |
45 using Sbplib.Grids | 45 using Diffinitive.Grids |
46 using LinearAlgebra | 46 using LinearAlgebra |
47 | 47 |
48 # Includes | 48 # Includes |
49 include("stencil.jl") | 49 include("stencil.jl") |
50 include("stencil_set.jl") | 50 include("stencil_set.jl") |