Mercurial > repos > public > sbplib_julia
comparison test/DiffOps/DiffOps_test.jl @ 1729:3c788144be42
Merge rename_module
| author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
|---|---|
| date | Sun, 08 Sep 2024 17:11:56 -0700 |
| parents | 471a948cd2b2 |
| children |
comparison
equal
deleted
inserted
replaced
| 1725:8317252e4535 | 1729:3c788144be42 |
|---|---|
| 1 using Test | 1 using Test |
| 2 using Sbplib.DiffOps | 2 using Diffinitive.DiffOps |
| 3 using Sbplib.Grids | 3 using Diffinitive.Grids |
| 4 using Sbplib.SbpOperators | 4 using Diffinitive.SbpOperators |
| 5 using Sbplib.RegionIndices | 5 using Diffinitive.RegionIndices |
| 6 using Sbplib.LazyTensors | 6 using Diffinitive.LazyTensors |
| 7 | 7 |
| 8 # | 8 # |
| 9 # @testset "BoundaryValue" begin | 9 # @testset "BoundaryValue" begin |
| 10 # op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4) | 10 # op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4) |
| 11 # g = EquidistantGrid((4,5), (0.0, 0.0), (1.0,1.0)) | 11 # g = EquidistantGrid((4,5), (0.0, 0.0), (1.0,1.0)) |
