52 #ifndef EnvelopeElementRecorder_h    53 #define EnvelopeElementRecorder_h    59 #include "ElementRecorderBase.h"    60 #include "EnvelopeData.h"    82                 const std::vector<std::string> &, 
    86                 bool echoTimeFlag = 
true); 
    91     int record(
int commitTag, 
double timeStamp);
 int record(int commitTag, double timeStamp)
Invoked by the Domain object after commit() has been invoked on all the domain component objects...
Definition: EnvelopeElementRecorder.cpp:113
~EnvelopeElementRecorder(void)
Destructor. 
Definition: EnvelopeElementRecorder.cpp:93
int receiveData(const Communicator &)
Receive the object through the communicator being passed as parameter. 
Definition: EnvelopeElementRecorder.cpp:241
Communication parameters between processes. 
Definition: Communicator.h:66
Base class for the finite element response recorders. 
Definition: ElementRecorderBase.h:47
Vector of integers. 
Definition: ID.h:95
int restart(void)
Invoked by the Domain object when revertToStart() is invoked on the Domain object. 
Definition: EnvelopeElementRecorder.cpp:227
int sendData(Communicator &)
Send the object through the communicator being passed as parameter. 
Definition: EnvelopeElementRecorder.cpp:232
Stores the data corresponding to the envelope of a magnitude. 
Definition: EnvelopeData.h:42
int sendSelf(Communicator &)
Send the object through the communicator being passed as parameter. 
Definition: EnvelopeElementRecorder.cpp:250
Record the envelope of a magnitude (stress, strain, internal forces,...). 
Definition: EnvelopeElementRecorder.h:71
int recvSelf(const Communicator &)
Receive the object through the communicator being passed as parameter. 
Definition: EnvelopeElementRecorder.cpp:274
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Domain (mesh and boundary conditions) of the finite element model. 
Definition: Domain.h:117
EnvelopeElementRecorder(void)
Constructor. 
Definition: EnvelopeElementRecorder.cpp:80
Base class for data output handlers. 
Definition: DataOutputHandler.h:69