fedoo.Mesh.find_isolated_nodes

Mesh.find_isolated_nodes() ndarray[int]

Return the nodes that are not associated with any element.

Returns:

  • 1D array containing the indexes of the non used nodes.

  • If all elements are used, return an empty array.