DOLFINx 0.8.0
DOLFINx C++ interface
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Comm Class Reference

A duplicate MPI communicator and manage lifetime of the communicator. More...

#include <MPI.h>

Public Member Functions

 Comm (MPI_Comm comm, bool duplicate=true)
 Duplicate communicator and wrap duplicate.
 
 Comm (const Comm &comm) noexcept
 Copy constructor.
 
 Comm (Comm &&comm) noexcept
 Move constructor.
 
Commoperator= (const Comm &comm)=delete
 
Commoperator= (Comm &&comm) noexcept
 Move assignment operator.
 
 ~Comm ()
 Destructor (frees wrapped communicator)
 
MPI_Comm comm () const noexcept
 Return the underlying MPI_Comm object.
 

Detailed Description

A duplicate MPI communicator and manage lifetime of the communicator.


The documentation for this class was generated from the following files: