diff test/SbpOperators/boundaryops/boundary_operator_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 05a25a5063bb a76830879c63
children 0ba4609605d4
line wrap: on
line diff
--- a/test/SbpOperators/boundaryops/boundary_operator_test.jl	Mon Mar 21 12:51:39 2022 +0100
+++ b/test/SbpOperators/boundaryops/boundary_operator_test.jl	Tue May 10 20:34:20 2022 +0200
@@ -10,7 +10,7 @@
 # TODO: What should happen to all the commented tests? Deleted? Replicated for user code?
 
 @testset "BoundaryOperator" begin
-    closure_stencil = Stencil((0,2), (2.,1.,3.))
+    closure_stencil = Stencil(2.,1.,3.; center = 1)
     g_1D = EquidistantGrid(11, 0.0, 1.0)
     g_2D = EquidistantGrid((11,15), (0.0, 0.0), (1.0,1.0))
 
@@ -27,7 +27,7 @@
 
         # @testset "2D" begin
         #     e_w = boundary_operator(g_2D,closure_stencil,CartesianBoundary{1,Upper}())
-        #     @test e_w isa InflatedLazyTensor
+        #     @test e_w isa InflatedTensor
         #     @test e_w isa LazyTensor{T,1,2} where T
         # end
     end