Mercurial > repos > public > sbplib_julia
diff src/Grids/mapped_grid.jl @ 1527:69790e9d1652 feature/grids/curvilinear
Remove tests for refine and coarsen
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 09 Apr 2024 15:26:49 +0200 |
parents | 535f32316637 |
children | 5d32ecb98db8 |
line wrap: on
line diff
--- a/src/Grids/mapped_grid.jl Tue Apr 09 07:58:27 2024 +0200 +++ b/src/Grids/mapped_grid.jl Tue Apr 09 15:26:49 2024 +0200 @@ -48,6 +48,9 @@ ) end +# TBD: refine and coarsen could be implemented once we have a simple manifold implementation. +# Before we do, we should consider the overhead of including such a field in the mapped grid struct. + function mapped_grid(x, J, size...) D = length(size) lg = equidistant_grid(size, ntuple(i->0., D), ntuple(i->1., D))