30 #ifndef ElementRecorderBase_h 31 #define ElementRecorderBase_h 36 #include <utility/recorder/MeshCompRecorder.h> 37 #include <utility/matrix/ID.h> 41 class DataOutputHandler;
51 std::vector<Response *> theResponses;
52 std::vector<std::string> responseArgs;
61 const std::vector<std::string> &,
67 inline size_t getNumArgs(
void)
const 68 {
return responseArgs.size(); }
void setup_responses(const std::string &)
set the responses to get in a record
Definition: ElementRecorderBase.cc:49
Base class for mesh components recorders.
Definition: MeshCompRecorder.h:43
int receiveData(const CommParameters &)
Receive the object from other process.
Definition: ElementRecorderBase.cc:82
int sendSelf(CommParameters &)
Send the object to other process.
Definition: ElementRecorderBase.cc:91
Base class for the finite element response recorders.
Definition: ElementRecorderBase.h:46
Vector of integers.
Definition: ID.h:93
int recvSelf(const CommParameters &)
Receive the object from other process.
Definition: ElementRecorderBase.cc:114
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int sendData(CommParameters &)
Send the object to another process.
Definition: ElementRecorderBase.cc:73
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
Definition: DataOutputHandler.h:61