ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <mpiio.hpp>
Public Attributes | |
std::vector< double > | pos |
std::vector< double > | vel |
std::vector< int > | id |
std::vector< int > | type |
Definition at line 49 of file core/io/mpiio/mpiio.hpp.
std::vector<int> Mpiio::write_buffers::id |
Definition at line 52 of file core/io/mpiio/mpiio.hpp.
Referenced by Mpiio::mpi_mpiio_common_write().
std::vector<double> Mpiio::write_buffers::pos |
Definition at line 50 of file core/io/mpiio/mpiio.hpp.
Referenced by Mpiio::mpi_mpiio_common_write().
std::vector<int> Mpiio::write_buffers::type |
Definition at line 53 of file core/io/mpiio/mpiio.hpp.
Referenced by Mpiio::mpi_mpiio_common_write().
std::vector<double> Mpiio::write_buffers::vel |
Definition at line 51 of file core/io/mpiio/mpiio.hpp.
Referenced by Mpiio::mpi_mpiio_common_write().