29 #ifndef BeamColumnWithSectionFDTrf2d_h 30 #define BeamColumnWithSectionFDTrf2d_h 32 #include <domain/mesh/element/truss_beam_column/BeamColumnWithSectionFD.h> 60 void initialize_trf(
void);
CrdTransf provides the abstraction of a frame coordinate transformation. It is an abstract base class...
Definition: CrdTransf.h:87
2D beam element with SectionForceDeformation type material.
Definition: BeamColumnWithSectionFDTrf2d.h:43
Base class for materials.
Definition: Material.h:85
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
void set_transf(const CrdTransf *trf)
Asigna la coordinate transformation.
Definition: BeamColumnWithSectionFDTrf2d.cc:34
~BeamColumnWithSectionFDTrf2d(void)
Destructor.
Definition: BeamColumnWithSectionFDTrf2d.cc:83
Beam-column element with SeccionBarraPrismatica material.
Definition: BeamColumnWithSectionFD.h:42
virtual CrdTransf * getCoordTransf(void)
Returns (if possible) a pointer to the coordinate transformation.
Definition: BeamColumnWithSectionFDTrf2d.cc:99
Communication parameters between processes.
Definition: CommParameters.h:65
Base class for 2D coordinate transformation.
Definition: CrdTransf2d.h:77
================================================================================
Definition: ContinuaReprComponent.h:34