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

Method _

python/dolfinx/fem/function.py:521–523  ·  view source on GitHub ↗

Interpolate a fem.Function.

(u0: Function)

Source from the content-addressed store, hash-verified

519
520 @_interpolate.register(Function)
521 def _(u0: Function):
522 """Interpolate a fem.Function."""
523 self._cpp_object.interpolate(u0._cpp_object, cells0, cells1)
524
525 @_interpolate.register(int)
526 def _(u0_ptr: int):

Callers

nothing calls this directly

Calls 1

interpolateMethod · 0.45

Tested by

no test coverage detected