diff test/SbpOperators/volumeops/derivatives/dissipation_test.jl @ 1025:e74c41c4b60e feature/dissipation_operators

Merge refactor/sbpoperators/inflation
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 21 Mar 2022 15:12:59 +0100
parents ee5a641a8277
children d44cb983cfa4
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/derivatives/dissipation_test.jl	Fri Mar 18 15:44:03 2022 +0100
+++ b/test/SbpOperators/volumeops/derivatives/dissipation_test.jl	Mon Mar 21 15:12:59 2022 +0100
@@ -30,8 +30,8 @@
     g = EquidistantGrid(20, 0., 11.)
     D,Dᵀ = dissipation(g, 1)
 
-    @test D isa TensorMapping{Float64,1,1} where T
-    @test Dᵀ isa TensorMapping{Float64,1,1} where T
+    @test D isa LazyTensor{Float64,1,1} where T
+    @test Dᵀ isa LazyTensor{Float64,1,1} where T
 
      @testset "Accuracy conditions" begin
         N = 20