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

Method dest_cells

python/dolfinx/geometry.py:64–66  ·  view source on GitHub ↗

Cell indices where each entry of ``dest_points`` is located.

(self)

Source from the content-addressed store, hash-verified

62
63 @property
64 def dest_cells(self) -> npt.NDArray[np.int32]:
65 """Cell indices where each entry of ``dest_points`` is located."""
66 return self._cpp_object.dest_cells
67
68
69class BoundingBoxTree(typing.Generic[Real]):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected