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

Method comm

python/dolfinx/mesh.py:384–386  ·  view source on GitHub ↗

MPI communicator associated with the mesh.

(self)

Source from the content-addressed store, hash-verified

382
383 @property
384 def comm(self):
385 """MPI communicator associated with the mesh."""
386 return self._cpp_object.comm
387
388 @property
389 def name(self):

Callers 6

ioFunction · 0.45
commonFunction · 0.45
meshFunction · 0.45
create_sparsityFunction · 0.45
declare_meshFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected