29 #ifndef BrickSelfWeight_h    30 #define BrickSelfWeight_h    36 #include "domain/load/volumetric/ThreedimLoad.h"    54     const Vector &getData(
int &type, 
const double &loadFactor) 
const;
    58     void Print(std::ostream &s, 
int flag =0) 
const;       
 int sendSelf(Communicator &)
Send the object. 
Definition: BrickSelfWeight.cpp:95
int recvData(const Communicator &comm)
Receives members of the object through the communicator being passed as parameter. 
Definition: BrickSelfWeight.cpp:89
Float vector abstraction. 
Definition: Vector.h:94
Communication parameters between processes. 
Definition: Communicator.h:66
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: BrickSelfWeight.cpp:119
Vector of integers. 
Definition: ID.h:95
int sendData(Communicator &comm)
Send members of the object through the communicator being passed as parameter. 
Definition: BrickSelfWeight.cpp:81
int recvSelf(const Communicator &)
Receive the object. 
Definition: BrickSelfWeight.cpp:107
Hexahedron self weight. 
Definition: BrickSelfWeight.h:42
Load over threedimensional elements. 
Definition: ThreedimLoad.h:41
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35