|
ESyS-Particle
2.3.4
|
class for the extraction of RMS and Stddev of angvel from snapshots More...
#include <rextract.h>

Public Member Functions | |
| Rextract (const string &, const string &, int) | |
| void | read_frame (int) |
| void | write_data () |
| void | write_data_bin (double, double, int) |
Private Attributes | |
| vector< double > | m_angvel_rms |
| vector< double > | m_rad |
| set< int > | m_tag_set |
| string | m_infilebase |
| string | m_outfilename |
| int | m_tag |
| int | m_count |
| int | m_sumpart |
| bool | m_initialized |
class for the extraction of RMS and Stddev of angvel from snapshots
| Rextract::Rextract | ( | const string & | ifn, |
| const string & | ofn, | ||
| int | tag | ||
| ) |
References m_count, m_infilebase, m_initialized, m_outfilename, m_sumpart, and m_tag.
| void Rextract::read_frame | ( | int | t | ) |
References esys::lsm::bpu::iter(), m_angvel_rms, m_count, m_infilebase, m_initialized, m_rad, m_sumpart, m_tag, and m_tag_set.
Referenced by main().


| void Rextract::write_data | ( | ) |
References esys::lsm::bpu::iter(), m_angvel_rms, m_count, m_outfilename, m_rad, and m_tag_set.
Referenced by main().


| void Rextract::write_data_bin | ( | double | x0, |
| double | dx, | ||
| int | nb | ||
| ) |
References esys::lsm::bpu::iter(), m_angvel_rms, m_count, m_outfilename, m_rad, and m_tag_set.
Referenced by main().


|
private |
Referenced by read_frame(), write_data(), and write_data_bin().
|
private |
Referenced by read_frame(), Rextract(), write_data(), and write_data_bin().
|
private |
Referenced by read_frame(), and Rextract().
|
private |
Referenced by read_frame(), and Rextract().
|
private |
Referenced by Rextract(), write_data(), and write_data_bin().
|
private |
Referenced by read_frame(), write_data(), and write_data_bin().
|
private |
Referenced by read_frame(), and Rextract().
|
private |
Referenced by read_frame(), and Rextract().
|
private |
Referenced by read_frame(), write_data(), and write_data_bin().