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

Method b

python/dolfinx/nls/petsc.py:80–82  ·  view source on GitHub ↗

Residual vector.

(self)

Source from the content-addressed store, hash-verified

78
79 @property
80 def b(self) -> PETSc.Vec: # type: ignore
81 """Residual vector."""
82 return self._b
83
84 def setP(self, P: types.FunctionType, Pmat: PETSc.Mat): # type: ignore
85 """Set the function for computing the preconditioner matrix.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected