Ranks that sent ``dest_points`` to current process.
(self)
| 52 | |
| 53 | @property |
| 54 | def dest_owner(self) -> npt.NDArray[np.int32]: |
| 55 | """Ranks that sent ``dest_points`` to current process.""" |
| 56 | return self._cpp_object.dest_owners |
| 57 | |
| 58 | @property |
| 59 | def dest_points(self) -> npt.NDArray[Real]: |
nothing calls this directly
no outgoing calls
no test coverage detected