30 #ifndef BeamPointLoad_h    31 #define BeamPointLoad_h    33 #include "domain/load/beam_loads/BeamMecLoad.h"    48     BeamPointLoad(
int tag, 
int classTag, 
double Pt, 
double x,
const ID &theElementTags, 
double Pa = 0.0);
    51     inline double X(
void)
 const    53     inline void setX(
const double &X)
 Communication parameters between processes. 
Definition: Communicator.h:66
Mechanical loads (forces) over beam elements. 
Definition: BeamMecLoad.h:47
Vector of integers. 
Definition: ID.h:95
double x
relative distance (x/L) along length from end 1 of element 
Definition: BeamPointLoad.h:42
int recvData(const Communicator &comm)
Receive data through the communicator argument. 
Definition: BeamPointLoad.cc:77
std::string Category(void) const
Return the category of the load. 
Definition: BeamPointLoad.cc:65
Punctual load over beam elements. 
Definition: BeamPointLoad.h:39
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
int sendData(Communicator &comm)
Send data through the communicator argument. 
Definition: BeamPointLoad.cc:69