resqpy.grid_surface.get_boundary¶
- resqpy.grid_surface.get_boundary(k_faces: ndarray, j_faces: ndarray, i_faces: ndarray, grid_extent_kji: Tuple[int, int, int]) Dict[str, int] [source]¶
Cretaes a dictionary of the indices that bound the surface (where the faces are True).
- Parameters:
k_faces (np.ndarray) – a boolean array of which faces represent the surface in the k dimension.
j_faces (np.ndarray) – a boolean array of which faces represent the surface in the j dimension.
i_faces (np.ndarray) – a boolean array of which faces represent the surface in the i dimension.
grid_extent_kji (Tuple[int, int, int]) – the shape of the grid.
- Returns:
boundary (Dict[str, int]) – a dictionary of the indices that bound the surface.