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

Method bs

python/dolfinx/fem/dofmap.py:47–49  ·  view source on GitHub ↗

Block size of the dofmap.

(self)

Source from the content-addressed store, hash-verified

45
46 @property
47 def bs(self):
48 """Block size of the dofmap."""
49 return self._cpp_object.bs
50
51 @property
52 def dof_layout(self):

Callers 2

petsc_fem_moduleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected