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

Method index_map

python/dolfinx/mesh.py:333–335  ·  view source on GitHub ↗

Index map for the geometry points (nodes) distribution.

(self)

Source from the content-addressed store, hash-verified

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]:

Callers

nothing calls this directly

Calls 1

index_mapMethod · 0.45

Tested by

no test coverage detected