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

Method name

python/dolfinx/mesh.py:389–391  ·  view source on GitHub ↗

Name of the mesh.

(self)

Source from the content-addressed store, hash-verified

387
388 @property
389 def name(self):
390 """Name of the mesh."""
391 return self._cpp_object.name
392
393 @name.setter
394 def name(self, value):

Callers 1

get_hdf5_pathsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected