29 #ifndef BeamColumnWithSectionFDTrf2d_h 30 #define BeamColumnWithSectionFDTrf2d_h 32 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFD.h> 60 void initialize_trf(
void);
2D beam element with SectionForceDeformation type material.
Definition: BeamColumnWithSectionFDTrf2d.h:43
CrdTransf provides the abstraction of a frame coordinate transformation.
Definition: CrdTransf.h:87
Base class for materials.
Definition: Material.h:91
~BeamColumnWithSectionFDTrf2d(void)
Destructor.
Definition: BeamColumnWithSectionFDTrf2d.cc:83
Base class for 2D coordinate transformation.
Definition: CrdTransf2d.h:77
int recvData(const CommParameters &cp)
Receives members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFDTrf2d.cc:115
int sendData(CommParameters &cp)
Send members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFDTrf2d.cc:107
virtual CrdTransf * getCoordTransf(void)
Returns (if possible) a pointer to the coordinate transformation.
Definition: BeamColumnWithSectionFDTrf2d.cc:99
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Beam-column element with PrismaticBarCrossSection material.
Definition: BeamColumnWithSectionFD.h:42
void set_transf(const CrdTransf *trf)
Asigna la coordinate transformation.
Definition: BeamColumnWithSectionFDTrf2d.cc:34