51 #ifndef ElasticShearSection3d_h 52 #define ElasticShearSection3d_h 54 #include <material/section/elastic_section/BaseElasticSection3d.h> 58 class FEM_ObjectBroker;
82 const char *getClassType(
void)
const {
return "ElasticShearSection3d";};
86 const Matrix &getInitialTangent(
void)
const;
97 void Print(std::ostream &s,
int flag = 0)
const;
102 const Vector& getStressResultantSensitivity(
int gradIndex,
bool conditional);
103 const Matrix& getInitialTangentSensitivity(
int gradIndex);
int recvSelf(const CommParameters &)
Receive the object.
Definition: ElasticShearSection3d.cpp:132
Float vector abstraction.
Definition: Vector.h:93
const Matrix & getSectionTangent(void) const
Return the section tangent stiffness matrix, , at the current trial state.
Definition: ElasticShearSection3d.cpp:82
const Matrix & getInitialFlexibility(void) const
Returns the initial flexibility matrix of the section.
Definition: ElasticShearSection3d.cpp:91
int sendSelf(CommParameters &)
Send the object.
Definition: ElasticShearSection3d.cpp:119
int activateParameter(int parameterID)
Activates the parameter identified by parameterID.
Definition: ElasticShearSection3d.cpp:172
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: ElasticShearSection3d.cpp:104
SectionForceDeformation * getCopy(void) const
Virtual constructor.
Definition: ElasticShearSection3d.cpp:94
const ResponseId & getType(void) const
Return the ordering and type of response quantities returned by this object.
Definition: ElasticShearSection3d.cpp:97
const Vector & getStressResultant(void) const
Return the section resisting forces, , at the current trial state.
Definition: ElasticShearSection3d.cpp:68
Stiffness material contribution response identifiers.
Definition: ResponseId.h:60
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: ElasticShearSection3d.cpp:112
int updateParameter(int parameterID, Information &info)
Updates the parameter identified by parameterID with info.
Definition: ElasticShearSection3d.cpp:169
Base class for cross sections with linear elastic material on a three-dimensional problem (6 DOFs on ...
Definition: BaseElasticSection3d.h:61
int setParameter(const std::vector< std::string > &argv, Parameter ¶m)
Sets the value param to the parameter argv.
Definition: ElasticShearSection3d.cpp:161
const Matrix & getSectionFlexibility(void) const
Returns the tangent flexibility matrix of the section.
Definition: ElasticShearSection3d.cpp:88
Material handler (definition, searching,...).
Definition: MaterialHandler.h:45
Base class for cross sections with linear elastic material and shear stiffness on a three-dimensional...
Definition: ElasticShearSection3d.h:67
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Definition: Parameter.h:65
int getOrder(void) const
Return the number of response quantities provided by the section.
Definition: ElasticShearSection3d.cpp:100