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

Method __init__

python/dolfinx/fem/dofmap.py:30–32  ·  view source on GitHub ↗

Initialise a degree-of-freedom map.

(self, dofmap: _DofMap)

Source from the content-addressed store, hash-verified

28 _cpp_object: _DofMap
29
30 def __init__(self, dofmap: _DofMap):
31 """Initialise a degree-of-freedom map."""
32 self._cpp_object = dofmap
33
34 def cell_dofs(self, cell_index: int):
35 """Cell local-global dof map.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected