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

Method dofmaps

python/dolfinx/mesh.py:316–318  ·  view source on GitHub ↗

The geometry dofmaps, one per cell type.

(self)

Source from the content-addressed store, hash-verified

314
315 @property
316 def dofmaps(self) -> list[npt.NDArray[np.int32]]:
317 """The geometry dofmaps, one per cell type."""
318 return self._cpp_object.dofmaps
319
320 @property
321 def dofmap(self) -> npt.NDArray[np.int32]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected