Skip to content

Commit 12ea579

Browse files
authored
Mention native curvilinear grid support in tutorial
1 parent 6d15555 commit 12ea579

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/tutorial.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ end
2727

2828
## Preface: some test data...
2929

30-
The Contour module expects input data to be on a Cartesian grid, and supports
31-
both uniform and non-uniform grid spacings. For the following examples, `x` and
30+
The Contour module expects input data to be on a Cartesian grid, and supports uniform
31+
and non-uniform grid spacings, as well as general curvilinear grids (where `x` and `y` are matrices).
32+
33+
For the following examples, `x` and
3234
`y` are 1D sorted arrays that contain the grid coordinates, and `z` is a matrix
3335
arranged such that `z[xi,yi]` correspond to the location `(x[xi], y[yi])`.
3436

0 commit comments

Comments
 (0)