29 #ifndef PropRecorder_h 30 #define PropRecorder_h 32 #include <utility/recorder/Recorder.h> 54 inline int getLastCommitTag(
void)
const 56 inline double getLastTimeStamp(
void)
const 58 double getCurrentTime(
void)
const;
59 double getCommittedTime(
void)
const;
60 int getCommitTag(
void)
const;
62 void setCallbackRecord(
const std::string &);
63 std::string getCallbackRecord(
void);
64 void setCallbackRestart(
const std::string &);
65 std::string getCallbackRestart(
void);
PropRecorder(int classTag, Domain *ptr_dom=nullptr)
Constructor.
Definition: PropRecorder.cc:36
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
int lastCommitTag
CommitTag of the last record call.
Definition: PropRecorder.h:43
double lastTimeStamp
TimeStamp of the last record call.
Definition: PropRecorder.h:44
int setDomain(Domain &theDomain)
Asigna el domain al recorder.
Definition: PropRecorder.cc:41
Domain * theDomain
poiter to the domain.
Definition: PropRecorder.h:46
std::string getNombreCombActual(void) const
Returns the name of the current combination.
Definition: PropRecorder.cc:55
An Recorder object is used in the program to store/restore information at each commit().
Definition: Recorder.h:79
std::string CallbackRecord
Python script to execute on each record call.
Definition: PropRecorder.h:41
Definition: PropRecorder.h:38
std::string CallbackRestart
Python script to execute on each restart call.
Definition: PropRecorder.h:42
================================================================================
Definition: ContinuaReprComponent.h:34