Index map for the geometry points (nodes) distribution.
(self)
| 331 | return self._cpp_object.dofmaps[0] |
| 332 | |
| 333 | def index_map(self) -> _IndexMap: |
| 334 | """Index map for the geometry points (nodes) distribution.""" |
| 335 | return self._cpp_object.index_map() |
| 336 | |
| 337 | @property |
| 338 | def input_global_indices(self) -> npt.NDArray[np.int64]: |