comparison test/testSbpOperators.jl @ 379:de4746d6d126

Add some notes and todos
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 30 Sep 2020 21:30:29 +0200
parents 0844069ab5ff
children 5c10cd0ed1fe
comparison
equal deleted inserted replaced
378:946516954c85 379:de4746d6d126
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 # TODO: Remove collects for all the tests with TensorApplications
6 8
7 @testset "SbpOperators" begin 9 @testset "SbpOperators" begin
8 10
9 # @testset "apply_quadrature" begin 11 # @testset "apply_quadrature" begin
10 # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") 12 # op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt")