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

Method dest_points

python/dolfinx/geometry.py:59–61  ·  view source on GitHub ↗

Points owned by current rank.

(self)

Source from the content-addressed store, hash-verified

57
58 @property
59 def dest_points(self) -> npt.NDArray[Real]:
60 """Points owned by current rank."""
61 return self._cpp_object.dest_points
62
63 @property
64 def dest_cells(self) -> npt.NDArray[np.int32]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected