Mercurial > repos > public > sbplib_julia
diff src/Grids/grid.jl @ 1344:760a4a1ec4b7 refactor/grids
Add 2D tests for dissipation operators and fix bug
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 15 May 2023 22:37:55 +0200 |
parents | fa3695f634de |
children | 08f06bfacd5c |
line wrap: on
line diff
--- a/src/Grids/grid.jl Mon May 15 22:37:33 2023 +0200 +++ b/src/Grids/grid.jl Mon May 15 22:37:55 2023 +0200 @@ -71,10 +71,6 @@ function boundary_grid end # TBD: Can we implement a version here that accepts multiple ids and grouped boundaries? Maybe we need multiblock stuff? - -# TODO: Make sure that all grids implement all of the above. - - """ eval_on(g::Grid, f)