29 #ifndef BeamPointLoad_h 30 #define BeamPointLoad_h 32 #include "domain/load/beam_loads/BeamMecLoad.h" 47 BeamPointLoad(
int tag,
int classTag,
double Pt,
double x,
const ID &theElementTags,
double Pa = 0.0);
50 inline double X(
void)
const 52 inline void setX(
const double &X)
55 std::string Categoria(
void)
const;
double x
relative distance (x/L) along length from end 1 of element
Definition: BeamPointLoad.h:41
Mechanical loads (forces) over beam elements.
Definition: BeamMecLoad.h:46
Punctual load over beam elements.
Definition: BeamPointLoad.h:38
int recvData(const CommParameters &cp)
Receive data through the channel being passed as parameter.
Definition: BeamPointLoad.cc:77
int sendData(CommParameters &cp)
Send data through the channel being passed as parameter.
Definition: BeamPointLoad.cc:69
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34