MPI communicator associated with the mesh.
(self)
| 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): |
no outgoing calls
no test coverage detected