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(); }
Base class for the finite element response recorders.
Definition: ElementRecorderBase.h:46
void setup_responses(const std::string &)
set the responses to get in a record
Definition: ElementRecorderBase.cc:49
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
int recvSelf(const CommParameters &)
Recibe el objeto desde otro proceso.
Definition: ElementRecorderBase.cc:113
Base class for mesh components recorders.
Definition: MeshCompRecorder.h:43
int sendSelf(CommParameters &)
Envía el objeto a otro proceso.
Definition: ElementRecorderBase.cc:91
Definition: DataOutputHandler.h:61
int receiveData(const CommParameters &)
Recibe el objeto desde otro proceso.
Definition: ElementRecorderBase.cc:82
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
int sendData(CommParameters &)
Envía el objeto a otro proceso.
Definition: ElementRecorderBase.cc:73