![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
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< GhostCommunication > | communications |
| List of ghost communications. | |
Properties for a ghost communication.
Definition at line 159 of file ghosts.hpp.
|
default |
|
inline |
Definition at line 161 of file ghosts.hpp.
| std::vector<GhostCommunication> GhostCommunicator::communications |
List of ghost communications.
Definition at line 168 of file ghosts.hpp.
Referenced by anonymous_namespace{RegularDecomposition.cpp}::assign_prefetches(), HybridDecomposition::HybridDecomposition(), and anonymous_namespace{RegularDecomposition.cpp}::revert_comm_order().
| boost::mpi::communicator GhostCommunicator::mpi_comm |
Attached mpi communicator.
Definition at line 165 of file ghosts.hpp.