ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
GhostCommunicator Struct Reference

Properties for a ghost communication. More...

#include <ghosts.hpp>

+ Collaboration diagram for GhostCommunicator:

Public Member Functions

 GhostCommunicator ()=default
 
 GhostCommunicator (boost::mpi::communicator comm, std::size_t size)
 

Public Attributes

boost::mpi::communicator mpi_comm
 Attached mpi communicator.
 
std::vector< GhostCommunicationcommunications
 List of ghost communications.
 

Detailed Description

Properties for a ghost communication.

Definition at line 157 of file ghosts.hpp.

Constructor & Destructor Documentation

◆ GhostCommunicator() [1/2]

GhostCommunicator::GhostCommunicator ( )
default

◆ GhostCommunicator() [2/2]

GhostCommunicator::GhostCommunicator ( boost::mpi::communicator  comm,
std::size_t  size 
)
inline

Definition at line 159 of file ghosts.hpp.

Member Data Documentation

◆ communications

◆ mpi_comm

boost::mpi::communicator GhostCommunicator::mpi_comm

Attached mpi communicator.

Definition at line 163 of file ghosts.hpp.

Referenced by ghost_communicator().


The documentation for this struct was generated from the following file: