Mercurial > repos > public > sbplib_julia
comparison src/SbpOperators/SbpOperators.jl @ 1663:de6300bd36cc feature/sbp_operators/laplace_curvilinear
Add LinearAlgebra dependency for SbpOperators
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 28 Jun 2024 21:40:19 +0200 |
parents | 3887f41e1942 |
children | f3d7e2d7a43f |
comparison
equal
deleted
inserted
replaced
1662:bdb4becac704 | 1663:de6300bd36cc |
---|---|
41 | 41 |
42 # Using | 42 # Using |
43 using Sbplib.RegionIndices | 43 using Sbplib.RegionIndices |
44 using Sbplib.LazyTensors | 44 using Sbplib.LazyTensors |
45 using Sbplib.Grids | 45 using Sbplib.Grids |
46 using LinearAlgebra | |
46 | 47 |
47 # Includes | 48 # Includes |
48 include("stencil.jl") | 49 include("stencil.jl") |
49 include("stencil_set.jl") | 50 include("stencil_set.jl") |
50 include("boundary_conditions/boundary_condition.jl") | 51 include("boundary_conditions/boundary_condition.jl") |