61 #include "beam3dBase.h" 71 double dx,dy,dz,EA,twoE,fourE,twelveE,sixE;
72 const Matrix &getStiff(
void)
const;
79 beam3d02(
int tag,
double A,
double E,
double G,
double Jx,
double Iy,
double Iz,
int Nd1,
int Nd2,
double theta);
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: beam3d02.cpp:522
Element * getCopy(void) const
Virtual constructor.
Definition: beam3d02.cpp:80
beam3d02(int tag=0)
Constructor.
Definition: beam3d02.cpp:69
Base class for the finite elements.
Definition: Element.h:109
void setDomain(Domain *theDomain)
Method to return the stiffness matrix.
Definition: beam3d02.cpp:84
02 3D bar element.
Definition: beam3d02.h:68
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: beam3d02.cpp:531
Base class for 3D beam elements.
Definition: beam3dBase.h:41
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
int sendSelf(CommParameters &)
Send the object.
Definition: beam3d02.cpp:539
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
int recvSelf(const CommParameters &)
Receive the object.
Definition: beam3d02.cpp:552