31 #ifndef MovableBJTensor_h 32 #define MovableBJTensor_h 34 #include "utility/actor/actor/MovableObject.h" 35 #include "utility/matrix/nDarray/BJtensor.h" MovableBJTensor(const int &rank=1, const double &initval=0)
Constructor.
Definition: MovableBJTensor.cc:38
Communication parameters between processes.
Definition: Communicator.h:66
Object that can move between processes.
Definition: MovableObject.h:100
BJTensor that can move between processes.
Definition: MovableBJTensor.h:42
Boris Jeremic tensor class.
Definition: BJtensor.h:112
void setBJTensor(const BJtensor &)
Sets the tensor value.
Definition: MovableBJTensor.cc:47
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int recvSelf(const Communicator &)
Receive the tensor through the communicator argument.
Definition: MovableBJTensor.cc:59
virtual int sendSelf(Communicator &)
Sends the tensor through the communicator argument.
Definition: MovableBJTensor.cc:51