51 #ifndef EnvelopeElementRecorder_h 52 #define EnvelopeElementRecorder_h 58 #include "ElementRecorderBase.h" 59 #include "EnvelopeData.h" 79 const std::vector<std::string> &,
83 bool echoTimeFlag =
true);
88 int record(
int commitTag,
double timeStamp);
int sendSelf(CommParameters &)
Send the object a través del communicator que being passed as parameter.
Definition: EnvelopeElementRecorder.cpp:250
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
Base class for the finite element response recorders.
Definition: ElementRecorderBase.h:46
int sendData(CommParameters &)
Send the object a través del communicator que being passed as parameter.
Definition: EnvelopeElementRecorder.cpp:232
Vector of integers.
Definition: ID.h:93
int restart(void)
Invoked by the Domain object when revertToStart() is invoked on the Domain object.
Definition: EnvelopeElementRecorder.cpp:227
Definition: EnvelopeData.h:39
int recvSelf(const CommParameters &)
Receive the object a través del communicator que being passed as parameter.
Definition: EnvelopeElementRecorder.cpp:274
Definition: EnvelopeElementRecorder.h:68
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
EnvelopeElementRecorder(void)
Constructor.
Definition: EnvelopeElementRecorder.cpp:80
Definition: DataOutputHandler.h:61
int receiveData(const CommParameters &)
Receive the object a través del communicator que being passed as parameter.
Definition: EnvelopeElementRecorder.cpp:241