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

Method b

python/dolfinx/fem/petsc.py:972–974  ·  view source on GitHub ↗

Right-hand side vector.

(self)

Source from the content-addressed store, hash-verified

970
971 @property
972 def b(self) -> PETSc.Vec: # type: ignore[name-defined]
973 """Right-hand side vector."""
974 return self._b
975
976 @property
977 def x(self) -> PETSc.Vec: # type: ignore[name-defined]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected