Particle iteration statistics.
More...
#include <particlestatistics.hpp>
List of all members.
Detailed Description
Particle iteration statistics.
Stores statistics about the particle histories.
Constructor & Destructor Documentation
ParticleStatistics::ParticleStatistics |
( |
|
) |
|
ParticleStatistics::ParticleStatistics |
( |
uint32_t |
nboundaries |
) |
|
ParticleStatistics::ParticleStatistics |
( |
std::istream & |
s |
) |
|
Constructor for loading particle statistics from a file.
ParticleStatistics::~ParticleStatistics |
( |
|
) |
|
Member Function Documentation
void ParticleStatistics::add_bound_collision |
( |
uint32_t |
bound, |
|
|
double |
IQ | |
|
) |
| | |
uint32_t ParticleStatistics::bound_collisions |
( |
uint32_t |
bound |
) |
const |
uint32_t ParticleStatistics::bound_collisions |
( |
void |
|
) |
const |
double ParticleStatistics::bound_current |
( |
uint32_t |
bound |
) |
const |
double ParticleStatistics::bound_current |
( |
void |
|
) |
const |
void ParticleStatistics::clear |
( |
void |
|
) |
|
uint32_t ParticleStatistics::end_baddef |
( |
void |
|
) |
const |
uint32_t ParticleStatistics::end_step |
( |
void |
|
) |
const |
uint32_t ParticleStatistics::end_time |
( |
void |
|
) |
const |
void ParticleStatistics::inc_end_baddef |
( |
void |
|
) |
[inline] |
void ParticleStatistics::inc_end_step |
( |
void |
|
) |
[inline] |
void ParticleStatistics::inc_end_time |
( |
void |
|
) |
[inline] |
void ParticleStatistics::inc_sum_steps |
( |
void |
|
) |
[inline] |
void ParticleStatistics::inc_sum_steps |
( |
uint32_t |
i |
) |
[inline] |
uint32_t ParticleStatistics::number_of_boundaries |
( |
void |
|
) |
const |
void ParticleStatistics::reset |
( |
uint32_t |
nboundaries |
) |
|
void ParticleStatistics::save |
( |
std::ostream & |
s |
) |
const |
uint32_t ParticleStatistics::sum_steps |
( |
void |
|
) |
const |
The documentation for this class was generated from the following file: