comparison test/SbpOperators/volumeops/derivatives/second_derivative_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.SbpOperators 3 using Diffinitive.SbpOperators
4 using Sbplib.Grids 4 using Diffinitive.Grids
5 using Sbplib.LazyTensors 5 using Diffinitive.LazyTensors
6 6
7 import Sbplib.SbpOperators.VolumeOperator 7 import Diffinitive.SbpOperators.VolumeOperator
8 8
9 # TODO: Refactor these test to look more like the tests in first_derivative_test.jl. 9 # TODO: Refactor these test to look more like the tests in first_derivative_test.jl.
10 10
11 @testset "SecondDerivative" begin 11 @testset "SecondDerivative" begin
12 operator_path = sbp_operators_path()*"standard_diagonal.toml" 12 operator_path = sbp_operators_path()*"standard_diagonal.toml"