60 #ifndef AlgorithmIncrements_h    61 #define AlgorithmIncrements_h    89             const char *windowTitle, 
    90             int xLoc, 
int yLoc, 
int width, 
int height,
    91             bool displayRecord = 
false,
    92             const char *fileName= 
nullptr);
    95     int record(
int commitTag, 
double timeStamp);
 Float vector abstraction. 
Definition: Vector.h:94
An Recorder object is used in the program to store/restore information at each commit(). 
Definition: Recorder.h:87
int restart(void)
Invoked by the Domain object when revertToStart() is invoked on the Domain object. 
Definition: AlgorithmIncrements.cpp:207
Base class for solution algorithms. 
Definition: EquiSolnAlgo.h:91
AlgorithmIncrements will display the X and B in the SOE associated with the algorithm on a record...
Definition: AlgorithmIncrements.h:76
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int playback(int commitTag)
//! Invoked by the analyst after the analysis has been performed. 
Definition: AlgorithmIncrements.cpp:171
int record(int commitTag, double timeStamp)
Invoked by the Domain object after commit() has been invoked on all the domain component objects...
Definition: AlgorithmIncrements.cpp:131