find_cell (method)

find_cell(self, points, nb_pt, normal_t=None)[source]

Return the cells containing the target point(s)

Parameters
  • self (MeshMat) – an MeshMat object

  • points (ndarray) – coordinates of the target point(s)

  • nb_pt (int) – number of target points

Returns

cell_list – A list of of selected cells

Return type

list