Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/volumeops/derivatives/first_derivative_test.jl @ 1751:f3d7e2d7a43f feature/sbp_operators/laplace_curvilinear
Merge feature/grids/manifolds
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 11 Sep 2024 16:26:19 +0200 |
parents | 471a948cd2b2 |
children |
comparison
equal
deleted
inserted
replaced
1731:3684db043add | 1751:f3d7e2d7a43f |
---|---|
1 using Test | 1 using Test |
2 | 2 |
3 | 3 |
4 using Sbplib.SbpOperators | 4 using Diffinitive.SbpOperators |
5 using Sbplib.Grids | 5 using Diffinitive.Grids |
6 using Sbplib.LazyTensors | 6 using Diffinitive.LazyTensors |
7 | 7 |
8 using Sbplib.SbpOperators: closure_size, Stencil, VolumeOperator | 8 using Diffinitive.SbpOperators: closure_size, Stencil, VolumeOperator |
9 | 9 |
10 @testset "first_derivative" begin | 10 @testset "first_derivative" begin |
11 @testset "Constructors" begin | 11 @testset "Constructors" begin |
12 stencil_set = read_stencil_set(sbp_operators_path()*"standard_diagonal.toml"; order=2) | 12 stencil_set = read_stencil_set(sbp_operators_path()*"standard_diagonal.toml"; order=2) |
13 | 13 |