Mercurial > repos > public > sbplib_julia
diff src/Grids/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/grid.jl Wed May 29 23:28:33 2024 +0200 +++ b/src/Grids/grid.jl Sat Jun 01 17:39:54 2024 -0700 @@ -127,15 +127,6 @@ """ function boundary_indices end -""" - orthogonal_grid(g::Grid, id::BoundaryIdentifier) - -The grid for the coordinate direction orthogonal to that of the boundary -with given id -""" -function orthogonal_grid end - -function boundary_indices end """ eval_on(g::Grid, f)