65 #ifndef ElasticSection2d_h 66 #define ElasticSection2d_h 68 #include <material/section/elastic_section/BaseElasticSection2d.h> 72 class FEM_ObjectBroker;
98 int getOrder(
void)
const;
104 void Print(std::ostream &s,
int flag =0)
const;
const Matrix & getSectionFlexibility(void) const
Returns the flexibility matrix.
Definition: ElasticSection2d.cpp:110
Base class for cross sections with linear elastic material on a bi-dimensional problem (3 DOFs on eac...
Definition: BaseElasticSection2d.h:42
const Vector & getStressResultant(void) const
Returns the cross-section stress resultant.
Definition: ElasticSection2d.cpp:92
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
const Matrix & getInitialTangent(void) const
Returns the initial tangent stiffness matrix.
Definition: ElasticSection2d.cpp:106
const Matrix & getInitialFlexibility(void) const
Returns the initial flexibility matrix.
Definition: ElasticSection2d.cpp:114
const Matrix & getSectionTangent(void) const
Returns the tangent stiffness matrix.
Definition: ElasticSection2d.cpp:101
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: ElasticSection2d.cpp:118
Material handler (definition, searching,...).
Definition: MaterialLoader.h:45
const ResponseId & getType(void) const
Section stiffness contribution response identifiers.
Definition: ElasticSection2d.cpp:122
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
const double & EA(void) const
Returns the section axial stiffness.
Definition: SeccionBarraPrismatica.cc:137
Cross section with linear elastic material for bi-dimensional problesm (3 degrees of freedom in each ...
Definition: ElasticSection2d.h:80