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

Method P_mat

python/dolfinx/fem/petsc.py:1383–1385  ·  view source on GitHub ↗

Preconditioner matrix.

(self)

Source from the content-addressed store, hash-verified

1381
1382 @property
1383 def P_mat(self) -> PETSc.Mat | None: # type: ignore[name-defined]
1384 """Preconditioner matrix."""
1385 return self._P_mat
1386
1387 @property
1388 def b(self) -> PETSc.Vec: # type: ignore[name-defined]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected