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

Method dof_layout

python/dolfinx/fem/dofmap.py:52–54  ·  view source on GitHub ↗

Layout of dofs on an element.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected