pisces.geometry.grids.core.GenericGrid.get_index_meshgrid#
- GenericGrid.get_index_meshgrid(indexing: str = 'ij') tuple[ndarray, ...]#
Return a meshgrid of index values for each active axis.
- Parameters:
indexing (
{"ij", "xy"}, default"ij") – Indexing convention to use in constructing the meshgrid.- Returns:
A tuple of N-dimensional arrays, each containing the index values along one axis of the grid.
- Return type:
tupleofnp.ndarray