![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Information about a Cartesian communicator. More...
#include <cart_comm.hpp>
Collaboration diagram for Utils::Mpi::CartInfo< dim >: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 134 of file cart_comm.hpp.
| Utils::Vector<int, dim> Utils::Mpi::CartInfo< dim >::coords |
Definition at line 137 of file cart_comm.hpp.
| Utils::Vector<int, dim> Utils::Mpi::CartInfo< dim >::dims |
Definition at line 135 of file cart_comm.hpp.
| Utils::Vector<int, dim> Utils::Mpi::CartInfo< dim >::periods |
Definition at line 136 of file cart_comm.hpp.