|
ESyS-Particle
2.3.4
|
#include <string>

Go to the source code of this file.
Functions | |
| void | saveSiloSnap (const string &, const string &, int, bool, const string &, bool) |
| void | saveSiloSnapSliced (const string &, const string &, int, bool, const string &, double, double) |
| void saveSiloSnap | ( | const string & | , |
| const string & | , | ||
| int | , | ||
| bool | , | ||
| const string & | , | ||
| bool | |||
| ) |
References ParticleData::angvel, ParticleData::id, esys::lsm::bpu::iter(), NULL, openSiloFile(), ParticleData::pos, ParticleData::rad, readParticles(), ParticleData::tag, ParticleData::vel, writeBonds(), Arr3::x, Arr3::y, and Arr3::z.
Referenced by main().


| void saveSiloSnapSliced | ( | const string & | infilename, |
| const string & | outfilename, | ||
| int | iframe, | ||
| bool | with_list, | ||
| const string & | listfilename, | ||
| double | slz_min, | ||
| double | slz_max | ||
| ) |
writes a slice, doesn't write bonds
References ParticleData::angvel, ParticleData::id, esys::lsm::bpu::iter(), NULL, openSiloFile(), ParticleData::pos, ParticleData::rad, readParticles(), ParticleData::tag, ParticleData::vel, Arr3::x, Arr3::y, and Arr3::z.
Referenced by main().

