Mercurial > repos > public > sbplib_julia
comparison test/testSbpOperators.jl @ 619:332f65c1abf3 feature/volume_and_boundary_operators
Remove export of BoundaryOperator and VolumeOperator
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 07 Dec 2020 12:21:22 +0100 |
parents | f59e1732eacc |
children | bfc893d03cbf |
comparison
equal
deleted
inserted
replaced
618:c64793f77509 | 619:332f65c1abf3 |
---|---|
5 using Sbplib.LazyTensors | 5 using Sbplib.LazyTensors |
6 using LinearAlgebra | 6 using LinearAlgebra |
7 using TOML | 7 using TOML |
8 | 8 |
9 import Sbplib.SbpOperators.Stencil | 9 import Sbplib.SbpOperators.Stencil |
10 import Sbplib.SbpOperators.BoundaryOperator | |
11 import Sbplib.SbpOperators.boundary_operator | |
10 | 12 |
11 @testset "SbpOperators" begin | 13 @testset "SbpOperators" begin |
12 | 14 |
13 @testset "Stencil" begin | 15 @testset "Stencil" begin |
14 s = Stencil((-2,2), (1.,2.,2.,3.,4.)) | 16 s = Stencil((-2,2), (1.,2.,2.,3.,4.)) |