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

Method __init__

python/dolfinx/geometry.py:44–46  ·  view source on GitHub ↗

Wrap a C++ PointOwnershipData.

(self, ownership_data)

Source from the content-addressed store, hash-verified

42 _cpp_object: _cpp.geometry.PointOwnershipData_float32 | _cpp.geometry.PointOwnershipData_float64
43
44 def __init__(self, ownership_data):
45 """Wrap a C++ PointOwnershipData."""
46 self._cpp_object = ownership_data
47
48 @property
49 def src_owner(self) -> npt.NDArray[np.int32]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected