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

Method A

python/dolfinx/fem/problems.py:188–190  ·  view source on GitHub ↗

Left-hand side matrix.

(self)

Source from the content-addressed store, hash-verified

186
187 @property
188 def A(self) -> MatrixCSR:
189 """Left-hand side matrix."""
190 return self._A
191
192 @property
193 def b(self) -> Vector:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected