comparison test/SbpOperators/boundaryops/boundary_operator_test.jl @ 1105:0ba4609605d4 refactor/sbpoperators/inflation

REVIEW: Suggest changes to tests
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Fri, 20 May 2022 11:31:20 +0200
parents 157a78959e5d
children f80e69b0566b
comparison
equal deleted inserted replaced
1104:c0ab81e4c39c 1105:0ba4609605d4
5 using Sbplib.Grids 5 using Sbplib.Grids
6 using Sbplib.RegionIndices 6 using Sbplib.RegionIndices
7 import Sbplib.SbpOperators.Stencil 7 import Sbplib.SbpOperators.Stencil
8 import Sbplib.SbpOperators.BoundaryOperator 8 import Sbplib.SbpOperators.BoundaryOperator
9 9
10 # REVIEW: Remove the commented tests. It is tested in the user code.
10 # TODO: What should happen to all the commented tests? Deleted? Replicated for user code? 11 # TODO: What should happen to all the commented tests? Deleted? Replicated for user code?
11 12
12 @testset "BoundaryOperator" begin 13 @testset "BoundaryOperator" begin
13 closure_stencil = Stencil(2.,1.,3.; center = 1) 14 closure_stencil = Stencil(2.,1.,3.; center = 1)
14 g_1D = EquidistantGrid(11, 0.0, 1.0) 15 g_1D = EquidistantGrid(11, 0.0, 1.0)