graphlow.TensorMesh.parent_point_ids#
- TensorMesh.parent_point_ids#
Return the parent point index for each point of this derived mesh. This property works only for extracted surface meshes.
- Returns:
- torch.Tensor
Torch index tensor of shape
(n_points,).
- Raises:
- ValueError
If this mesh is not an extracted surface mesh.