55 #ifndef EnvelopeNodeRecorder_h 56 #define EnvelopeNodeRecorder_h 63 #include <utility/recorder/NodeRecorderBase.h> 64 #include "EnvelopeData.h" 90 bool echoTimeFlag =
false);
94 int record(
int commitTag,
double timeStamp);
int restart(void)
Invoked by the Domain object when revertToStart() is invoked on the Domain object.
Definition: EnvelopeNodeRecorder.cpp:369
Communication parameters between processes.
Definition: Communicator.h:66
int sendSelf(Communicator &)
Send the object through the communicator being passed as parameter.
Definition: EnvelopeNodeRecorder.cpp:392
Vector of integers.
Definition: ID.h:95
std::vector< Node * > theNodes
Pointer to nodes.
Definition: NodeRecorderBase.h:50
int recvSelf(const Communicator &)
Receive the object through the communicator being passed as parameter.
Definition: EnvelopeNodeRecorder.cpp:415
Stores the data corresponding to the envelope of a magnitude.
Definition: EnvelopeData.h:42
int receiveData(const Communicator &)
Receive the object through the communicator being passed as parameter.
Definition: EnvelopeNodeRecorder.cpp:383
int record(int commitTag, double timeStamp)
Invoked by the Domain object after commit() has been invoked on all the domain component objects...
Definition: EnvelopeNodeRecorder.cpp:174
int sendData(Communicator &)
Send the object through the communicator being passed as parameter.
Definition: EnvelopeNodeRecorder.cpp:374
A EnvelopeRecorder is used to record the envelop of specified DOF responses at a collection of nodes ...
Definition: EnvelopeNodeRecorder.h:76
Base class for the node recorders.
Definition: NodeRecorderBase.h:45
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
Base class for data output handlers.
Definition: DataOutputHandler.h:69