Mercurial > repos > public > sbplib_julia
comparison test/testDiffOps.jl @ 335:f4e3e71a4ff4 refactor/combine_to_one_package
Fix `using` commands to refer to local modules within the Sbplib package/module
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 25 Sep 2020 13:25:32 +0200 |
parents | 01b851161018 |
children | 2b0c9b30ea3b |
comparison
equal
deleted
inserted
replaced
334:91e015880ae6 | 335:f4e3e71a4ff4 |
---|---|
1 using Test | 1 using Test |
2 using Sbplib | 2 using Sbplib.DiffOps |
3 using DiffOps | 3 using Sbplib.Grids |
4 using Grids | 4 using Sbplib.SbpOperators |
5 using SbpOperators | 5 using Sbplib.RegionIndices |
6 using RegionIndices | 6 using Sbplib.LazyTensors |
7 using LazyTensors | |
8 | 7 |
9 @testset "Laplace2D" begin | 8 @testset "Laplace2D" begin |
10 op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") | 9 op = readOperator(sbp_operators_path()*"d2_4th.txt",sbp_operators_path()*"h_4th.txt") |
11 Lx = 3.5 | 10 Lx = 3.5 |
12 Ly = 7.2 | 11 Ly = 7.2 |