Points owned by current rank.
(self)
| 57 | |
| 58 | @property |
| 59 | def dest_points(self) -> npt.NDArray[Real]: |
| 60 | """Points owned by current rank.""" |
| 61 | return self._cpp_object.dest_points |
| 62 | |
| 63 | @property |
| 64 | def dest_cells(self) -> npt.NDArray[np.int32]: |
nothing calls this directly
no outgoing calls
no test coverage detected