fedoo.Mesh.remove_nodes
- Mesh.remove_nodes(index_nodes: list[int] | ndarray[int]) ndarray[int]
Remove some nodes and associated element.
Return a numpy.ndarray arr where arr[old_id] gives the new index of a node with initial index = old_id
Notes
The total number and the id of nodes are modified.