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

Method P_mat

python/dolfinx/fem/petsc.py:967–969  ·  view source on GitHub ↗

Preconditioner matrix.

(self)

Source from the content-addressed store, hash-verified

965
966 @property
967 def P_mat(self) -> PETSc.Mat: # type: ignore[name-defined]
968 """Preconditioner matrix."""
969 return self._P_mat
970
971 @property
972 def b(self) -> PETSc.Vec: # type: ignore[name-defined]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected