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

Method src_owner

python/dolfinx/geometry.py:49–51  ·  view source on GitHub ↗

Ranks owning points sent into ownership determination.

(self)

Source from the content-addressed store, hash-verified

47
48 @property
49 def src_owner(self) -> npt.NDArray[np.int32]:
50 """Ranks owning points sent into ownership determination."""
51 return self._cpp_object.src_owner
52
53 @property
54 def dest_owner(self) -> npt.NDArray[np.int32]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected