diff test/SbpOperators/volumeops/laplace/laplace_test.jl @ 1100:157a78959e5d refactor/sbpoperators/inflation

Bring up to date
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 10 May 2022 20:34:20 +0200
parents 7fc8df5157a7
children 7d52c4835d15
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/laplace/laplace_test.jl	Mon Mar 21 12:51:39 2022 +0100
+++ b/test/SbpOperators/volumeops/laplace/laplace_test.jl	Tue May 10 20:34:20 2022 +0200
@@ -69,7 +69,7 @@
 @testset "laplace" begin
     @testset "1D" begin
         Δ = laplace(g_1D, inner_stencil, closure_stencils)
-        @test Δ == second_derivative(g_1D, inner_stencil, closure_stencils)
+        @test Δ == second_derivative(g_1D, inner_stencil, closure_stencils, 1)
         @test Δ isa LazyTensor{T,1,1}  where T
     end
     @testset "3D" begin