Initialise a degree-of-freedom map.
(self, dofmap: _DofMap)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected