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

Method A

python/dolfinx/fem/petsc.py:962–964  ·  view source on GitHub ↗

Left-hand side matrix.

(self)

Source from the content-addressed store, hash-verified

960
961 @property
962 def A(self) -> PETSc.Mat: # type: ignore[name-defined]
963 """Left-hand side matrix."""
964 return self._A
965
966 @property
967 def P_mat(self) -> PETSc.Mat: # type: ignore[name-defined]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected