Mercurial > repos > public > sbplib_julia
comparison test/SbpOperators/boundaryops/boundary_operator_test.jl @ 1726:471a948cd2b2 rename_module
Rename project from Sbplib to Diffinitive
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 07 Sep 2024 12:11:53 -0700 |
parents | 3714a391545a |
children |
comparison
equal
deleted
inserted
replaced
1725:8317252e4535 | 1726:471a948cd2b2 |
---|---|
1 using Test | 1 using Test |
2 | 2 |
3 using Sbplib.LazyTensors | 3 using Diffinitive.LazyTensors |
4 using Sbplib.SbpOperators | 4 using Diffinitive.SbpOperators |
5 using Sbplib.Grids | 5 using Diffinitive.Grids |
6 using Sbplib.RegionIndices | 6 using Diffinitive.RegionIndices |
7 import Sbplib.SbpOperators.Stencil | 7 import Diffinitive.SbpOperators.Stencil |
8 import Sbplib.SbpOperators.BoundaryOperator | 8 import Diffinitive.SbpOperators.BoundaryOperator |
9 | 9 |
10 | 10 |
11 @testset "BoundaryOperator" begin | 11 @testset "BoundaryOperator" begin |
12 closure_stencil = Stencil(2.,1.,3.; center = 1) | 12 closure_stencil = Stencil(2.,1.,3.; center = 1) |
13 g_1D = EquidistantGrid(range(0,1,length=11)) | 13 g_1D = EquidistantGrid(range(0,1,length=11)) |