29 #ifndef EnvelopeData_h    30 #define EnvelopeData_h    32 #include "utility/actor/actor/MovableObject.h"    50     void alloc(
const size_t &);
    59     inline const Matrix *getData(
void)
 const    61     inline Matrix *getData(
void)
    63     inline const Vector *getCurrentData(
void)
 const    64       { 
return currentData; }
    65     inline Vector *getCurrentData(
void)
    66       { 
return currentData; }
    67     inline const bool &First(
void)
 const    69     inline bool &First(
void)
 Float vector abstraction. 
Definition: Vector.h:94
int receiveData(const Communicator &)
Receive the object through the communicator being passed as parameter. 
Definition: EnvelopeData.cc:82
Communication parameters between processes. 
Definition: Communicator.h:66
Object that can move between processes. 
Definition: MovableObject.h:100
int recvSelf(const Communicator &)
Receive the object. 
Definition: EnvelopeData.cc:107
Stores the data corresponding to the envelope of a magnitude. 
Definition: EnvelopeData.h:42
int sendData(Communicator &)
Send the object through the communicator being passed as parameter. 
Definition: EnvelopeData.cc:72
A EnvelopeRecorder is used to record the envelop of specified DOF responses at a collection of nodes ...
Definition: EnvelopeNodeRecorder.h:76
Record the envelope of a magnitude (stress, strain, internal forces,...). 
Definition: EnvelopeElementRecorder.h:71
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Matrix of floats. 
Definition: Matrix.h:111
int sendSelf(Communicator &)
Send the object. 
Definition: EnvelopeData.cc:91
EnvelopeData(void)
Constructor. 
Definition: EnvelopeData.cc:34
~EnvelopeData(void)
Destructor. 
Definition: EnvelopeData.cc:60