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

Method dofmaps

python/dolfinx/fem/function.py:835–837  ·  view source on GitHub ↗

The geometry dofmaps, one per cell type.

(self)

Source from the content-addressed store, hash-verified

833
834 @property
835 def dofmaps(self) -> list[DofMap]:
836 """The geometry dofmaps, one per cell type."""
837 return [DofMap(_o) for _o in self._cpp_object.dofmaps]
838
839 @property
840 def mesh(self) -> Mesh[Real]:

Callers 3

declare_meshFunction · 0.45
declare_real_functionsFunction · 0.45

Calls 1

DofMapClass · 0.90

Tested by

no test coverage detected