Mercurial > repos > public > sbplib_julia
diff test/Grids/tensor_grid_test.jl @ 1602:3e7438e2a033 feature/boundary_conditions
Address review comments (1 left to be discussed)
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sat, 01 Jun 2024 17:39:54 -0700 |
parents | 611ae2308aa1 |
children | b459082533f7 |
line wrap: on
line diff
--- a/test/Grids/tensor_grid_test.jl Wed May 29 23:28:33 2024 +0200 +++ b/test/Grids/tensor_grid_test.jl Sat Jun 01 17:39:54 2024 -0700 @@ -185,16 +185,6 @@ @test boundary_indices(TensorGrid(g₄,g₁), TensorGridBoundary{2, Upper}()) == (11,) end - @testset "orthogonal_grid" begin - g₁ = EquidistantGrid(range(0,1,length=11)) - g₂ = EquidistantGrid(range(2,3,length=6)) - g₃ = EquidistantGrid(range(4,5,length=7)) - - @test orthogonal_grid(TensorGrid(g₁, g₂, g₃), TensorGridBoundary{1, Lower}()) == g₁ - @test orthogonal_grid(TensorGrid(g₁, g₂, g₃), TensorGridBoundary{2, Lower}()) == g₂ - @test orthogonal_grid(TensorGrid(g₁, g₂, g₃), TensorGridBoundary{3, Upper}()) == g₃ - end - end @testset "combined_coordinate_vector_type" begin