Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1736:863385aae454 feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 10 Sep 2024 21:59:10 +0200 |
parents | 471a948cd2b2 |
children | f3d7e2d7a43f dfb43fdac9fc |
comparison
equal
deleted
inserted
replaced
1735:36986b75bf98 | 1736:863385aae454 |
---|---|
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 | 46 |
47 # Includes | 47 # Includes |
48 include("stencil.jl") | 48 include("stencil.jl") |
49 include("stencil_set.jl") | 49 include("stencil_set.jl") |
50 include("boundary_conditions/boundary_condition.jl") | 50 include("boundary_conditions/boundary_condition.jl") |