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