virtual int playback(int commitTag)
//! Invoked by the analyst after the analysis has been performed.
Definition: Recorder.cpp:67
virtual int restart(void)
Invoked by the Domain object when revertToStart() is invoked on the Domain object.
Definition: Recorder.cpp:76
virtual int record(int commitTag, double timeStamp)=0
Invoked by the Domain object after commit() has been invoked on all the domain component objects...
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116