meshgrid#
- property RectilinearGrid.meshgrid: list#
Return a meshgrid of numpy arrays for this mesh.
This simply returns a
numpy.meshgrid()
of the coordinates for this mesh inij
indexing. These are a copy of the points of this mesh.
Return a meshgrid of numpy arrays for this mesh.
This simply returns a numpy.meshgrid()
of the
coordinates for this mesh in ij
indexing. These are a copy
of the points of this mesh.