Mercurial > repos > public > sbplib_julia
comparison test/testSbpOperators.jl @ 338:2b0c9b30ea3b refactor/combine_to_one_package
Add test sets for each submodule to make the test output nicer
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 25 Sep 2020 13:48:23 +0200 |
parents | f4e3e71a4ff4 |
children | 0844069ab5ff |
comparison
equal
deleted
inserted
replaced
337:d93099b1882e | 338:2b0c9b30ea3b |
---|---|
1 using Test | 1 using Test |
2 using Sbplib.SbpOperators | 2 using Sbplib.SbpOperators |
3 using Sbplib.Grids | 3 using Sbplib.Grids |
4 using Sbplib.RegionIndices | 4 using Sbplib.RegionIndices |
5 using Sbplib.LazyTensors | 5 using Sbplib.LazyTensors |
6 | |
7 @testset "SbpOperators" begin | |
6 | 8 |
7 # @testset "apply_quadrature" begin | 9 # @testset "apply_quadrature" begin |
8 # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") | 10 # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") |
9 # h = 0.5 | 11 # h = 0.5 |
10 # | 12 # |
378 # @test collect(H_w'*v_w) == collect(H_w'*v_w) | 380 # @test collect(H_w'*v_w) == collect(H_w'*v_w) |
379 # @test collect(H_e'*v_e) == collect(H_e'*v_e) | 381 # @test collect(H_e'*v_e) == collect(H_e'*v_e) |
380 # @test collect(H_s'*v_s) == collect(H_s'*v_s) | 382 # @test collect(H_s'*v_s) == collect(H_s'*v_s) |
381 # @test collect(H_n'*v_n) == collect(H_n'*v_n) | 383 # @test collect(H_n'*v_n) == collect(H_n'*v_n) |
382 # end | 384 # end |
385 | |
386 end |