51 #ifndef ElasticShearSection2d_h 52 #define ElasticShearSection2d_h 54 #include "BaseElasticSection2d.h" 55 #include <utility/matrix/Vector.h> 81 const Vector &getStressResultant(
void)
const;
82 const Matrix &getSectionTangent(
void)
const;
83 const Matrix &getInitialTangent(
void)
const;
89 int getOrder(
void)
const;
94 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
95 int updateParameter(
int parameterID,
Information &info);
96 int activateParameter(
int parameterID);
97 const Vector& getStressResultantSensitivity(
int gradIndex,
bool conditional);
98 const Matrix& getInitialTangentSensitivity(
int gradIndex);
const Matrix & getSectionFlexibility(void) const
Returns the tangent flexibility matrix of the section.
Definition: ElasticShearSection2d.cpp:84
Base class for cross sections with linear elastic material on a bi-dimensional problem (3 DOFs on eac...
Definition: BaseElasticSection2d.h:42
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: ElasticShearSection2d.cpp:101
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: ElasticShearSection2d.cpp:109
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
const Matrix & getInitialFlexibility(void) const
Returns the initial flexibility matrix of the section.
Definition: ElasticShearSection2d.cpp:87
Base clas for cross sections with linear elastic material with shear stiffness on a bi-dimensional sp...
Definition: ElasticShearSection2d.h:67
Material handler (definition, searching,...).
Definition: MaterialLoader.h:45
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: ElasticShearSection2d.cpp:91
Definition: Parameter.h:65
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34