30 #ifndef MovableMatrices_h 31 #define MovableMatrices_h 33 #include "utility/actor/actor/MovableObject.h" 34 #include "utility/matrix/Matrix.h" 45 std::vector<Matrix> &vectors;
49 void setMatrices(
const std::vector<Matrix> &);
50 const std::vector<Matrix> &getMatrices(
void)
const Object that can move between processes.
Definition: MovableObject.h:99
MovableMatrices(std::vector< Matrix > &)
Constructor.
Definition: MovableMatrices.cc:38
virtual int sendSelf(CommParameters &)
Envia el vector through the channel being passed as parameter.
Definition: MovableMatrices.cc:42
Matrices that can move between objects.
Definition: MovableMatrices.h:42
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
virtual int recvSelf(const CommParameters &)
Recibe el vector through the channel being passed as parameter.
Definition: MovableMatrices.cc:59