31 #ifndef MovableVector_h    32 #define MovableVector_h    34 #include "utility/actor/actor/MovableObject.h"    35 #include "utility/matrix/Vector.h" DbTagData & getDbTagData(void) const
Returns a vector to store the dbTags of the class members. 
Definition: MovableVector.cc:51
Float vector abstraction. 
Definition: Vector.h:94
Communication parameters between processes. 
Definition: Communicator.h:66
Object that can move between processes. 
Definition: MovableObject.h:100
Vector that stores the dbTags of the class members. 
Definition: DbTagData.h:44
MovableVector(const size_t &sz=0)
Constructor. 
Definition: MovableVector.cc:38
void setVector(const Vector &)
Asigna el vector. 
Definition: MovableVector.cc:46
virtual int sendSelf(Communicator &)
Envia el vector through the communicator argument. 
Definition: MovableVector.cc:58
virtual int recvSelf(const Communicator &)
Receive the vector through the communicator argument. 
Definition: MovableVector.cc:82
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Vector that can move between processes. 
Definition: MovableVector.h:42