31 #ifndef MovableMatrix_h 32 #define MovableMatrix_h 34 #include "utility/actor/actor/MovableObject.h" 35 #include "utility/matrix/Matrix.h" 39 class FEM_ObjectBroker;
Communication parameters between processes.
Definition: Communicator.h:66
void setMatrix(const Matrix &)
Asigna el matrix.
Definition: MovableMatrix.cc:44
Object that can move between processes.
Definition: MovableObject.h:100
virtual int recvSelf(const Communicator &)
Receive the object.
Definition: MovableMatrix.cc:81
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:44
DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members.
Definition: MovableMatrix.cc:49
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
Matrix that can move between processes.
Definition: MovableMatrix.h:44
virtual int sendSelf(Communicator &)
Send the matrix through the communicator argument.
Definition: MovableMatrix.cc:56
MovableMatrix(const size_t &nr=0, const size_t &nc=0)
Constructor.
Definition: MovableMatrix.cc:36