find_coincident_pores#

find_coincident_pores(network, thresh=1e-06)[source]#

Find the indices of coincident pores

Parameters:
  • network (dict) – The Network

  • thresh (float) – The distance below which two pores are considered spatially coincident

Returns:

indices – One row corresponding to each pore, with each row listing the indices of any coincident pores. An empty list means no pores were found within a distance of thresh.

Return type:

list of lists