Public Member Functions | Public Attributes | List of all members
ResetDump Class Reference

Contains data required to restart a simulation run. More...

#include <ResetDump.hpp>

Collaboration diagram for ResetDump:
Collaboration graph
[legend]

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< Vector2Dprocmesh
 The points of the processors.
 
vector< size_t > cevolve
 The indeces of the custom evolution.
 

Detailed Description

Contains data required to restart a simulation run.

Definition at line 32 of file ResetDump.hpp.


The documentation for this class was generated from the following files: