Mercurial > repos > public > sbplib_julia
comparison src/Grids/grid.jl @ 1266:a4ddae8b5d49 refactor/grids
Add tests for TensorGrid and make them pass
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 24 Feb 2023 21:42:28 +0100 |
parents | 7a67935d3f3a |
children | 20f42cf0800c |
comparison
equal
deleted
inserted
replaced
1265:9c9ea2900250 | 1266:a4ddae8b5d49 |
---|---|
31 | 31 |
32 """ | 32 """ |
33 # TODO | 33 # TODO |
34 """ | 34 """ |
35 function boundary_grid end | 35 function boundary_grid end |
36 # TBD Can we implement a version here that accepts multiple ids and grouped boundaries? Maybe we need multiblock stuff? | |
36 | 37 |
37 | 38 |
38 # TODO: Make sure that all grids implement all of the above. | 39 # TODO: Make sure that all grids implement all of the above. |
39 | 40 |
40 """ | 41 """ |