changeset 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 3e4ae9bfe86a
children a38911d39682
files src/Grids/mapped_grid.jl
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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)