Mercurial > repos > public > sbplib_julia
diff src/Grids/mapped_grid.jl @ 1792:08710ebe940d feature/grids/curvilinear
Update docstring
author | Vidar Stiernström <vidar.stiernstrom@gmail.com> |
---|---|
date | Sun, 29 Sep 2024 12:53:22 -0700 |
parents | 43c0bfc13de3 |
children | 4d55ac2892a2 |
line wrap: on
line diff
--- a/src/Grids/mapped_grid.jl Sun Sep 29 12:52:49 2024 -0700 +++ b/src/Grids/mapped_grid.jl Sun Sep 29 12:53:22 2024 -0700 @@ -98,9 +98,9 @@ """ mapped_grid(x, J, size::Vararg{Int}) -A `MappedGrid` with a default logical grid on a unit hyper box. `x` and `J` -are functions to be evaluated on the logical grid and `size` determines the -size of the logical grid. +A `MappedGrid` with a default logical grid on the D-dimensional unit hyper +box [0,1]ᴰ. `x` and `J`are functions to be evaluated on the logical grid +and `size` determines the size of the logical grid. """ function mapped_grid(x, J, size::Vararg{Int}) D = length(size)