comparison test/SbpOperators/volumeops/derivatives/dissipation_test.jl @ 1216:fb7c360b22a7 feature/dissipation_operators

Merge
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2023 21:42:02 +0100
parents 0905c3c674e9
children 7d52c4835d15
comparison
equal deleted inserted replaced
1215:07c213167f7c 1216:fb7c360b22a7
28 28
29 @testset "undivided_skewed04" begin 29 @testset "undivided_skewed04" begin
30 g = EquidistantGrid(20, 0., 11.) 30 g = EquidistantGrid(20, 0., 11.)
31 D,Dᵀ = undivided_skewed04(g, 1) 31 D,Dᵀ = undivided_skewed04(g, 1)
32 32
33 @test D isa LazyTensor{Float64,1,1} where T 33 @test D isa LazyTensor{Float64,1,1}
34 @test Dᵀ isa LazyTensor{Float64,1,1} where T 34 @test Dᵀ isa LazyTensor{Float64,1,1}
35 35
36 @testset "Accuracy conditions" begin 36 @testset "Accuracy conditions" begin
37 N = 20 37 N = 20
38 g = EquidistantGrid(N, 0//1,2//1) 38 g = EquidistantGrid(N, 0//1,2//1)
39 h = only(spacing(g)) 39 h = only(spacing(g))