RectilinearGrid.meshgrid#
- property RectilinearGrid.meshgrid: tuple[NumpyArray[float], NumpyArray[float], NumpyArray[float]][source]#
Return a meshgrid of NumPy arrays for this mesh.
This simply returns a
numpy.meshgrid()of the coordinates for this mesh inijindexing. These are a copy of the points of this mesh.- Returns:
tuple[numpy.ndarray,numpy.ndarray,numpy.ndarray]Tuple of NumPy arrays representing the points of this mesh.