Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/volumeops/derivatives/dissipation_test.jl @ 1213:0905c3c674e9 feature/dissipation_operators
Remove unused where T
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 07 Feb 2023 21:29:52 +0100 |
parents | 254934aac3f8 |
children | 7d52c4835d15 |
comparison
equal
deleted
inserted
replaced
1206:8abbe0a842ac | 1213:0905c3c674e9 |
---|---|
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)) |