comparison test/DiffOps/DiffOps_test.jl @ 714:11a444d6fc93 feature/selectable_tests

Remove module wrapping testsets. They are now automatically added through the folders
author Jonatan Werpers <jonatan@werpers.com>
date Sat, 20 Feb 2021 21:15:52 +0100
parents df88aee35bb9
children 1ba8a398af9c
comparison
equal deleted inserted replaced
713:be648c6d6686 714:11a444d6fc93
3 using Sbplib.Grids 3 using Sbplib.Grids
4 using Sbplib.SbpOperators 4 using Sbplib.SbpOperators
5 using Sbplib.RegionIndices 5 using Sbplib.RegionIndices
6 using Sbplib.LazyTensors 6 using Sbplib.LazyTensors
7 7
8 @testset "DiffOps" begin
9 # 8 #
10 # @testset "BoundaryValue" begin 9 # @testset "BoundaryValue" begin
11 # op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4) 10 # op = read_D2_operator(sbp_operators_path()*"standard_diagonal.toml"; order=4)
12 # g = EquidistantGrid((4,5), (0.0, 0.0), (1.0,1.0)) 11 # g = EquidistantGrid((4,5), (0.0, 0.0), (1.0,1.0))
13 # 12 #
192 # @test collect(H_w'*v_w) == collect(H_w'*v_w) 191 # @test collect(H_w'*v_w) == collect(H_w'*v_w)
193 # @test collect(H_e'*v_e) == collect(H_e'*v_e) 192 # @test collect(H_e'*v_e) == collect(H_e'*v_e)
194 # @test collect(H_s'*v_s) == collect(H_s'*v_s) 193 # @test collect(H_s'*v_s) == collect(H_s'*v_s)
195 # @test collect(H_n'*v_n) == collect(H_n'*v_n) 194 # @test collect(H_n'*v_n) == collect(H_n'*v_n)
196 # end 195 # end
197
198 end