Chombo + EB + MF  3.2
Macros | Functions
ParticleIOI.H File Reference
#include "ParticleIO.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"
Include dependency graph for ParticleIOI.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _PARTICLEIOI_H_
 
#define _CHUNK   (1024*1024)
 

Functions

template<class T >
void write_vect_to_header (HDF5Handle &a_handle, const vector< T > &a_vect, const hid_t &H5T_type, const std::string &a_dataname)
 A helper function that writes a vector of 'T's to the HDF5 file under a_dataname. More...
 
template<class T >
void read_vect_from_header (HDF5Handle &a_handle, vector< T > &a_vect, const hid_t &H5T_type, const std::string &a_dataname)
 A helper function that reads a vector of 'T's to the HDF5 file under a_dataname. More...
 
template<class P >
void writeParticlesToHDF (HDF5Handle &a_handle, const ParticleData< P > &a_particles, const std::string &a_dataType)
 
template<class P >
void readParticlesFromHDF (HDF5Handle &a_handle, ParticleData< P > &a_particles, const std::string &a_dataType)
 
template<class P >
void writeParticlesToHDF (HDF5Handle &a_handle, const Vector< P > &a_particles, const Box &a_domain, const std::string &a_dataType)
 

Macro Definition Documentation

◆ _PARTICLEIOI_H_

#define _PARTICLEIOI_H_

◆ _CHUNK

#define _CHUNK   (1024*1024)

Function Documentation

◆ write_vect_to_header()

template<class T >
void write_vect_to_header ( HDF5Handle a_handle,
const vector< T > &  a_vect,
const hid_t &  H5T_type,
const std::string &  a_dataname 
)

A helper function that writes a vector of 'T's to the HDF5 file under a_dataname.

References CH_assert, HDF5Handle::groupID(), and procID().

◆ read_vect_from_header()

template<class T >
void read_vect_from_header ( HDF5Handle a_handle,
vector< T > &  a_vect,
const hid_t &  H5T_type,
const std::string &  a_dataname 
)

A helper function that reads a vector of 'T's to the HDF5 file under a_dataname.

References CH_assert, and HDF5Handle::groupID().

◆ writeParticlesToHDF() [1/2]

template<class P >
void writeParticlesToHDF ( HDF5Handle a_handle,
const ParticleData< P > &  a_particles,
const std::string &  a_dataType 
)

Write the particle data contained in a_particles to the HDF5 file described by a_handle. This is the function that users should actually call. The string a_dataType gives a way to label the particles, in case multiple particle types are present.

References _CHUNK, CH_START, CH_STOP, CH_TIMER, CH_TIMERS, dataSize(), MayDay::Error(), ParticleData< P >::getBoxes(), HDF5Handle::groupID(), BoxLayout::index(), List< T >::length(), LayoutIterator::ok(), ListIterator< T >::ok(), BoxLayout::size(), write_hdf_part_header(), and writeDataChunk().

◆ readParticlesFromHDF()

template<class P >
void readParticlesFromHDF ( HDF5Handle a_handle,
ParticleData< P > &  a_particles,
const std::string &  a_dataType 
)

Read the particle data contained in the HDF5 file described by a_handle into a_particles. This is the function that users should actually call. The string a_dataType gives a way to label the particles, in case multiple particle types are present.

References _CHUNK, List< T >::add(), CH_START, CH_STOP, CH_TIMER, CH_TIMERS, ParticleData< P >::getBoxes(), HDF5Handle::getGroup(), HDF5Handle::groupID(), LayoutIterator::ok(), read_hdf_part_header(), readDataChunk(), Vector< T >::size(), and BoxLayout::size().

◆ writeParticlesToHDF() [2/2]

template<class P >
void writeParticlesToHDF ( HDF5Handle a_handle,
const Vector< P > &  a_particles,
const Box a_domain,
const std::string &  a_dataType 
)