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

Method b

python/dolfinx/fem/petsc.py:1388–1390  ·  view source on GitHub ↗

Residual vector.

(self)

Source from the content-addressed store, hash-verified

1386
1387 @property
1388 def b(self) -> PETSc.Vec: # type: ignore[name-defined]
1389 """Residual vector."""
1390 return self._b
1391
1392 @property
1393 def x(self) -> PETSc.Vec: # type: ignore[name-defined]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected