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