Mercurial > repos > public > sbplib_julia
diff test/SbpOperators/volumeops/volume_operator_test.jl @ 1594:d68d02dd882f feature/boundary_conditions
Merge with default
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 25 May 2024 16:07:10 -0700 |
parents | 43aaf710463e |
children | 471a948cd2b2 |
line wrap: on
line diff
--- a/test/SbpOperators/volumeops/volume_operator_test.jl Tue Jan 23 20:48:25 2024 +0100 +++ b/test/SbpOperators/volumeops/volume_operator_test.jl Sat May 25 16:07:10 2024 -0700 @@ -14,7 +14,7 @@ @testset "VolumeOperator" begin inner_stencil = CenteredStencil(1/4, 2/4, 1/4) closure_stencils = (Stencil(1/2, 1/2; center=1), Stencil(2.,1.; center=2)) - g = equidistant_grid(11,0.,1.) + g = equidistant_grid(0.,1., 11) @testset "Constructors" begin op = VolumeOperator(inner_stencil,closure_stencils,(11,),even)