Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/boundary_conditions/sat_test.jl @ 1748:03894fd7b132 feature/grids/manifolds
Merge feature/grids/curvilinear
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 11 Sep 2024 15:41:58 +0200 |
parents | 471a948cd2b2 |
children |
comparison
equal
deleted
inserted
replaced
1695:a4c52ae93b11 | 1748:03894fd7b132 |
---|---|
1 using Test | 1 using Test |
2 | 2 |
3 using Sbplib.Grids | 3 using Diffinitive.Grids |
4 using Sbplib.LazyTensors | 4 using Diffinitive.LazyTensors |
5 using Sbplib.SbpOperators | 5 using Diffinitive.SbpOperators |
6 | 6 |
7 stencil_set = read_stencil_set(sbp_operators_path()*"standard_diagonal.toml"; order = 4) | 7 stencil_set = read_stencil_set(sbp_operators_path()*"standard_diagonal.toml"; order = 4) |
8 | 8 |
9 struct MockOp end | 9 struct MockOp end |
10 | 10 |