Container for snapshot data. More...
#include <hdf5_diagnostics.hpp>

Public Member Functions | |
| Snapshot (void) | |
| Default constructor. | |
| Snapshot (const Snapshot &source) | |
| Copy constructor. More... | |
| Snapshot & | operator= (const Snapshot &other) |
| Copy operator. More... | |
Public Attributes | |
| vector< Vector2D > | mesh_points |
| Mesh points. | |
| vector< ComputationalCell > | cells |
| Computational cells. | |
| double | time |
| Time. | |
| int | cycle |
| Cycle number. | |
| vector< Vector2D > | proc_points |
| Locations of cpus. | |
| TracerStickerNames | tracerstickernames |
| THe names of the tracers and stickers. | |
Container for snapshot data.
Definition at line 17 of file hdf5_diagnostics.hpp.
| Snapshot::Snapshot | ( | const Snapshot & | source | ) |
Copy operator.
| other | Source to copy from |
Definition at line 32 of file hdf5_diagnostics.cpp.
1.8.13