|
METHOD
|
#include <serialSaveData.h>


Public Member Functions | |
| void | saveCons () |
| void | savePrims () |
| void | saveAux () |
| void | saveDomain () |
| void | saveConsts () |
| SerialSaveData (Data *data, SerialEnv *env, int test=0) | |
| virtual | ~SerialSaveData () |
| void | saveAll (bool timeSeries=false) |
| void | saveVar (string variable, int num=1) |
Public Member Functions inherited from SaveData | |
| SaveData (Data *data, int test=0) | |
| virtual | ~SaveData () |
Public Attributes | |
| SerialEnv * | env |
Public Attributes inherited from SaveData | |
| Data * | d |
| int | Nouts |
| int | Ncount |
| int | test |
| char | dir [50] |
| char | app [50] |
Class used to save simulation data to a text format using a single process
Definition at line 23 of file serialSaveData.h.
Constructor.
| *data | pointer to the Data class |
| test | integar flagging if we are in the 'Examples' directory or not, Only used for running the given examples, can ignore otherwise. |
Definition at line 56 of file serialSaveData.h.
|
inlinevirtual |
Destructor.
Definition at line 58 of file serialSaveData.h.
|
virtual |
Saves all cons, prims, aux and constant data.
| [in] | timeSeries | flags whether the saved data is final or transient |
Implements SaveData.
|
virtual |
Saves the auxiliary vector state.
Implements SaveData.
|
virtual |
Saves the conserved vector state.
Implements SaveData.
|
virtual |
Saves the constant data.
Implements SaveData.
|
virtual |
Saves the domain coordinates.
Implements SaveData.
|
virtual |
Saves the primitive vector state.
Implements SaveData.
|
virtual |
Saves user specified variable.
var| [in] | variable | Defines the variable the user wants to save. Should match a variable label |
| [in] | num | number of user-specified variables to save in total (required for consistent numbering of files) |
Implements SaveData.
| SerialEnv* SerialSaveData::env |
Pointer to PlatformEnv class containing platform specific info such as MPI details.
Definition at line 28 of file serialSaveData.h.