31 #ifndef MovableMatrices_h 32 #define MovableMatrices_h 34 #include "utility/actor/actor/MovableObject.h" 35 #include "utility/matrix/Matrix.h" 46 std::vector<Matrix> &vectors;
50 void setMatrices(
const std::vector<Matrix> &);
51 const std::vector<Matrix> &getMatrices(
void)
const Communication parameters between processes.
Definition: Communicator.h:66
Object that can move between processes.
Definition: MovableObject.h:100
MovableMatrices(std::vector< Matrix > &)
Constructor.
Definition: MovableMatrices.cc:38
virtual int sendSelf(Communicator &)
Envia el vector through the communicator argument.
Definition: MovableMatrices.cc:42
Matrices that can move between objects.
Definition: MovableMatrices.h:43
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int recvSelf(const Communicator &)
Receive the vector through the communicator argument.
Definition: MovableMatrices.cc:59