ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Information about a cartesian communicator. More...
#include <cart_comm.hpp>
Public Attributes | |
Utils::Vector< int, dim > | dims |
Utils::Vector< int, dim > | periods |
Utils::Vector< int, dim > | coords |
Information about a cartesian communicator.
Members correspond to the output arguments of MPI_Cart_get.
dim | Number of dimensions. |
Definition at line 135 of file cart_comm.hpp.
Utils::Vector<int, dim> Utils::Mpi::CartInfo< dim >::coords |
Definition at line 138 of file cart_comm.hpp.
Utils::Vector<int, dim> Utils::Mpi::CartInfo< dim >::dims |
Definition at line 136 of file cart_comm.hpp.
Utils::Vector<int, dim> Utils::Mpi::CartInfo< dim >::periods |
Definition at line 137 of file cart_comm.hpp.