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

Method block_size

python/dolfinx/la/__init__.py:203–205  ·  view source on GitHub ↗

Block sizes for the matrix.

(self)

Source from the content-addressed store, hash-verified

201
202 @property
203 def block_size(self) -> list:
204 """Block sizes for the matrix."""
205 return self._cpp_object.bs
206
207 def add(
208 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected