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

Method A

python/dolfinx/fem/petsc.py:1378–1380  ·  view source on GitHub ↗

Jacobian matrix.

(self)

Source from the content-addressed store, hash-verified

1376
1377 @property
1378 def A(self) -> PETSc.Mat: # type: ignore[name-defined]
1379 """Jacobian matrix."""
1380 return self._A
1381
1382 @property
1383 def P_mat(self) -> PETSc.Mat | None: # type: ignore[name-defined]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected