Mercurial > repos > public > sbplib_julia
diff src/Grids/equidistant_grid.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/src/Grids/equidistant_grid.jl Wed May 29 23:28:33 2024 +0200 +++ b/src/Grids/equidistant_grid.jl Sat Jun 01 17:39:54 2024 -0700 @@ -52,7 +52,6 @@ boundary_grid(g::EquidistantGrid, id::Upper) = ZeroDimGrid(g[end]) boundary_indices(g::EquidistantGrid, id::Lower) = (1,) boundary_indices(g::EquidistantGrid, id::Upper) = (length(g),) -orthogonal_grid(g::EquidistantGrid, id::Union{Lower,Upper}) = g """ refine(g::EquidistantGrid, r::Int)