ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
Mpiio::write_buffers Struct Reference

#include <mpiio.hpp>

+ Collaboration diagram for Mpiio::write_buffers:

Public Attributes

std::vector< double > pos
 
std::vector< double > vel
 
std::vector< int > id
 
std::vector< int > type
 

Detailed Description

Definition at line 49 of file core/io/mpiio/mpiio.hpp.

Member Data Documentation

◆ id

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().

◆ pos

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().

◆ type

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().

◆ vel

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().


The documentation for this struct was generated from the following file: