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

Method name

python/dolfinx/fem/function.py:572–574  ·  view source on GitHub ↗

Name of the Function.

(self)

Source from the content-addressed store, hash-verified

570
571 @property
572 def name(self) -> str:
573 """Name of the Function."""
574 return self._cpp_object.name # type: ignore
575
576 @name.setter
577 def name(self, name):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected