52 #ifndef BeamColumnWithSectionFDTrf3d_h    53 #define BeamColumnWithSectionFDTrf3d_h    55 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFD.h> ~BeamColumnWithSectionFDTrf3d(void)
Destructor. 
Definition: BeamColumnWithSectionFDTrf3d.cc:86
Float vector abstraction. 
Definition: Vector.h:94
Communication parameters between processes. 
Definition: Communicator.h:66
virtual CrdTransf * getCoordTransf(void)
Returns (if possible) a pointer to the coordinate transformation. 
Definition: BeamColumnWithSectionFDTrf3d.cc:93
CrdTransf provides the abstraction of a frame coordinate transformation. 
Definition: CrdTransf.h:88
Base class for materials. 
Definition: Material.h:93
const Vector & getVDirWeakAxisGlobalCoord(const size_t &i, bool initialGeometry) const
Returns i-th cross section weak axis direction vector expressed in global coordinates. 
Definition: BeamColumnWithSectionFDTrf3d.cc:177
int recvData(const Communicator &comm)
Receives members through the communicator argument. 
Definition: BeamColumnWithSectionFDTrf3d.cc:204
3D beam colun element with PrismaticBarCrossSection material type. 
Definition: BeamColumnWithSectionFDTrf3d.h:66
Vector getVDirStrongAxisLocalCoord(const size_t &i) const
Returns i-th cross section strong axis direction vector expressed in local coordinates. 
Definition: BeamColumnWithSectionFDTrf3d.cc:101
double getStrongAxisAngle(const size_t &i) const
Returns the angle between i-th cross section strong axis and the local XZ plane. 
Definition: BeamColumnWithSectionFDTrf3d.cc:143
Vector getVDirWeakAxisLocalCoord(const size_t &i) const
Returns i-th cross section weak axis direction vector expressed in local coordinates. 
Definition: BeamColumnWithSectionFDTrf3d.cc:121
int sendData(Communicator &comm)
Send members through the communicator argument. 
Definition: BeamColumnWithSectionFDTrf3d.cc:196
const Vector & getVDirStrongAxisGlobalCoord(const size_t &i, bool initialGeometry) const
Returns i-th cross section strong axis direction vector expressed in global coordinates. 
Definition: BeamColumnWithSectionFDTrf3d.cc:158
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
double getWeakAxisAngle(const size_t &i) const
Returns the angle between i-th cross section weak axis and the local XZ plane. 
Definition: BeamColumnWithSectionFDTrf3d.cc:151
Beam-column element with PrismaticBarCrossSection material. 
Definition: BeamColumnWithSectionFD.h:43
Base class for 3D coordinate transformation. 
Definition: CrdTransf3d.h:81