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

Method scatter_reverse

python/dolfinx/la/__init__.py:235–237  ·  view source on GitHub ↗

Scatter and accumulate ghost values.

(self)

Source from the content-addressed store, hash-verified

233 self.data[:] = x
234
235 def scatter_reverse(self) -> None:
236 """Scatter and accumulate ghost values."""
237 self._cpp_object.scatter_reverse()
238
239 def squared_norm(self) -> np.floating:
240 """Compute the squared Frobenius norm.

Callers

nothing calls this directly

Calls 1

scatter_reverseMethod · 0.45

Tested by

no test coverage detected