MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / dest_owner

Method dest_owner

python/dolfinx/geometry.py:54–56  ·  view source on GitHub ↗

Ranks that sent ``dest_points`` to current process.

(self)

Source from the content-addressed store, hash-verified

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]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected