59 #ifndef AlgorithmIncrements_h 60 #define AlgorithmIncrements_h 88 const char *windowTitle,
89 int xLoc,
int yLoc,
int width,
int height,
90 bool displayRecord =
false,
91 const char *fileName=
nullptr);
94 int record(
int commitTag,
double timeStamp);
Float vector abstraction.
Definition: Vector.h:93
An Recorder object is used in the program to store/restore information at each commit().
Definition: Recorder.h:86
int restart(void)
Invoked by the Domain object when revertToStart() is invoked on the Domain object.
Definition: AlgorithmIncrements.cpp:207
EquiSolnAlgo is an abstract base class, i.e.
Definition: EquiSolnAlgo.h:88
AlgorithmIncrements will display the X and B in the SOE associated with the algorithm on a record...
Definition: AlgorithmIncrements.h:75
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
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