30 #ifndef MovableMatrix_h 31 #define MovableMatrix_h 33 #include "utility/actor/actor/MovableObject.h" 34 #include "utility/matrix/Matrix.h" 38 class FEM_ObjectBroker;
void setMatrix(const Matrix &)
Asigna el matrix.
Definition: MovableMatrix.cc:44
Object that can move between processes.
Definition: MovableObject.h:99
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:43
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: MovableMatrix.cc:49
virtual int recvSelf(const CommParameters &)
Receive the object.
Definition: MovableMatrix.cc:81
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Matrix that can move between processes.
Definition: MovableMatrix.h:43
MovableMatrix(const size_t &nr=0, const size_t &nc=0)
Constructor.
Definition: MovableMatrix.cc:36
virtual int sendSelf(CommParameters &)
Send the matrix through the channel being passed as parameter.
Definition: MovableMatrix.cc:56