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

Method b

python/dolfinx/fem/problems.py:193–195  ·  view source on GitHub ↗

Right-hand side vector.

(self)

Source from the content-addressed store, hash-verified

191
192 @property
193 def b(self) -> Vector:
194 """Right-hand side vector."""
195 return self._b
196
197 @property
198 def x(self) -> Vector:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected