Contains data required to restart a simulation run. More...
#include <ResetDump.hpp>

Public Member Functions | |
| ResetDump () | |
| Class constructor. | |
| ~ResetDump () | |
| Class destructor. | |
| void | clear (void) |
| Clears the data from the class. | |
Public Attributes | |
| HydroSnapshot | snapshot |
| The hydro variables and mesh points. | |
| vector< vector< double > > | tracers |
| The tracers. | |
| double | time |
| The simulation time. | |
| int | cycle |
| The simulation time step number. | |
| bool | coldflows |
| Coldflows flag. | |
| bool | densityfloor |
| Densityfloor flag. | |
| double | a |
| Coldflows kinetic energy ratio. | |
| double | b |
| Coldflows potential energy ratio. | |
| double | densitymin |
| The density for density floor. | |
| double | pressuremin |
| The pressure for density floor. | |
| vector< Vector2D > | procmesh |
| The points of the processors. | |
| vector< size_t > | cevolve |
| The indeces of the custom evolution. | |
Contains data required to restart a simulation run.
Definition at line 32 of file ResetDump.hpp.
1.8.13