30 #ifndef MovableBJTensor_h 31 #define MovableBJTensor_h 33 #include "utility/actor/actor/MovableObject.h" 34 #include "utility/matrix/nDarray/BJtensor.h" Definition: BJtensor.h:110
virtual int sendSelf(CommParameters &)
Envia el vector through the channel being passed as parameter.
Definition: MovableBJTensor.cc:51
MovableBJTensor(const int &rank=1, const double &initval=0)
Constructor.
Definition: MovableBJTensor.cc:38
Object that can move between processes.
Definition: MovableObject.h:91
BJTensor that can move between processes.
Definition: MovableBJTensor.h:41
Communication parameters between processes.
Definition: CommParameters.h:65
virtual int recvSelf(const CommParameters &)
Recibe el vector through the channel being passed as parameter.
Definition: MovableBJTensor.cc:58
================================================================================
Definition: ContinuaReprComponent.h:34
void setBJTensor(const BJtensor &)
Asigna el vector.
Definition: MovableBJTensor.cc:47