52 #ifndef NodeRecorder_h 53 #define NodeRecorder_h 62 #include <utility/recorder/NodeRecorderBase.h> 63 #include <utility/matrix/Vector.h> 68 class DataOutputHandler;
84 void setup_dofs(
const ID &dofs);
85 void setup_nodes(
const ID &nodes);
93 int sensitivity,
const std::string &dataToStore,
95 double deltaT = 0.0,
bool echoTimeFlag =
true);
98 int record(
int commitTag,
double timeStamp);
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
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:224
Vector of integers.
Definition: ID.h:95
int sendSelf(Communicator &)
Send the object through the communicator being passed as parameter.
Definition: NodeRecorder.cpp:494
std::vector< Node * > theNodes
Pointer to nodes.
Definition: NodeRecorderBase.h:50
Recording of specified nodal DOF responses for the specified nodes.
Definition: NodeRecorder.h:74
int recvSelf(const Communicator &)
Receive the object through the communicator being passed as parameter.
Definition: NodeRecorder.cpp:518
int receiveData(const Communicator &)
Receive the object through the communicator being passed as parameter.
Definition: NodeRecorder.cpp:485
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
void setupDataFlag(const std::string &dataToStore)
set the data flag used as a switch to get the response in a record
Definition: NodeRecorder.cpp:119
int sendData(Communicator &)
Send the object through the communicator being passed as parameter.
Definition: NodeRecorder.cpp:476
Base class for data output handlers.
Definition: DataOutputHandler.h:69