51 #ifndef NodeRecorder_h 52 #define NodeRecorder_h 61 #include <utility/recorder/NodeRecorderBase.h> 62 #include <utility/matrix/Vector.h> 67 class DataOutputHandler;
83 void setup_dofs(
const ID &dofs);
84 void setup_nodes(
const ID &nodes);
92 int sensitivity,
const std::string &dataToStore,
94 double deltaT = 0.0,
bool echoTimeFlag =
true);
97 int record(
int commitTag,
double timeStamp);
int sendSelf(CommParameters &)
Send the object a través del communicator que being passed as parameter.
Definition: NodeRecorder.cpp:475
Float vector abstraction.
Definition: Vector.h:93
int record(int commitTag, double timeStamp)
Invoked by the Domain object after commit() has been invoked on all the domain component objects...
Definition: NodeRecorder.cpp:202
int recvSelf(const CommParameters &)
Receive the object a través del communicator que being passed as parameter.
Definition: NodeRecorder.cpp:499
Vector of integers.
Definition: ID.h:93
std::vector< Node * > theNodes
Pointer to nodes.
Definition: NodeRecorderBase.h:49
int sendData(CommParameters &)
Send the object a través del communicator que being passed as parameter.
Definition: NodeRecorder.cpp:457
Recording of specified nodal DOF responses for the specified nodes.
Definition: NodeRecorder.h:73
int receiveData(const CommParameters &)
Receive the object a través del communicator que being passed as parameter.
Definition: NodeRecorder.cpp:466
Base class for the node recorders.
Definition: NodeRecorderBase.h:44
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
void setupDataFlag(const std::string &dataToStore)
set the data flag used as a switch to get the response in a record
Definition: NodeRecorder.cpp:118
Definition: DataOutputHandler.h:61