29 #ifndef BeamColumnWithSectionFD_h 30 #define BeamColumnWithSectionFD_h 32 #include <domain/mesh/element/Element1D.h> 33 #include "material/section/VectorSeccionesBarraPrismatica.h" 34 #include "SectionMatrices.h" 60 void setTrialSectionDeformations(
const std::vector<Vector> &vs);
63 bool setSections(
const std::vector<SeccionBarraPrismatica *> §ionPtrs);
64 inline size_t getNumSections(
void)
const 65 {
return theSections.size(); }
74 int revertToLastCommit(
void);
75 int revertToStart(
void);
int recvData(const CommParameters &cp)
Receives members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFD.cc:133
Base class for materials.
Definition: Material.h:85
Matrices for each section (used in BeamColumnWithSectionFD)
Definition: SectionMatrices.h:41
const SeccionBarraPrismatica * getSectionPtr(const size_t &i) const
Returns a pointer to the i-th section of the element.
Definition: BeamColumnWithSectionFD.cc:96
VectorSeccionesBarraPrismatica theSections
pointers to the SeccionBarraPrismatica objects
Definition: BeamColumnWithSectionFD.h:45
int commitState(void)
Consuma el estado of the element.
Definition: BeamColumnWithSectionFD.cc:61
Vector of pointers to SeccionBarraPrismaticaes. used to store the sections for each integration point...
Definition: VectorSeccionesBarraPrismatica.h:48
int sendData(CommParameters &cp)
Send members through the channel being passed as parameter.
Definition: BeamColumnWithSectionFD.cc:124
Base class for beam-column cross sections. Constitutive equations of the section. ...
Definition: SeccionBarraPrismatica.h:50
Base class for one-dimensional elements (beam,truss,...)
Definition: Element1D.h:51
void zeroLoad(void)
Zeroes loads on element.
Definition: BeamColumnWithSectionFD.cc:55
Beam-column element with SeccionBarraPrismatica material.
Definition: BeamColumnWithSectionFD.h:42
Definition: Parameter.h:65
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Definition: Response.h:71