Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/volumeops/laplace/laplace_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 | f3d7e2d7a43f |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1729:3c788144be42 |
---|---|
1 using Test | 1 using Test |
2 | 2 |
3 using Sbplib.SbpOperators | 3 using Diffinitive.SbpOperators |
4 using Sbplib.Grids | 4 using Diffinitive.Grids |
5 using Sbplib.LazyTensors | 5 using Diffinitive.LazyTensors |
6 | 6 |
7 @testset "Laplace" begin | 7 @testset "Laplace" begin |
8 # Default stencils (4th order) | 8 # Default stencils (4th order) |
9 operator_path = sbp_operators_path()*"standard_diagonal.toml" | 9 operator_path = sbp_operators_path()*"standard_diagonal.toml" |
10 stencil_set = read_stencil_set(operator_path; order=4) | 10 stencil_set = read_stencil_set(operator_path; order=4) |