We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1b6b5 commit 94c44b2Copy full SHA for 94c44b2
1 file changed
discretize/tree_mesh.py
@@ -926,7 +926,7 @@ def face_z_divergence(self): # NOQA D102
926
927
def point2index(self, locs): # NOQA D102
928
# Documentation inherited from discretize.base.BaseMesh
929
- return self.get_containing_cell_indexes(locs)
+ return self.get_containing_cells(locs)
930
931
def cell_levels_by_index(self, indices):
932
"""Fast function to return a list of levels for the given cell indices.
0 commit comments