Layout of dofs on an element.
(self)
| 50 | |
| 51 | @property |
| 52 | def dof_layout(self): |
| 53 | """Layout of dofs on an element.""" |
| 54 | return self._cpp_object.dof_layout |
| 55 | |
| 56 | @property |
| 57 | def index_map(self): |
nothing calls this directly
no outgoing calls
no test coverage detected