Sensitivity interface at Element Level: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


[[Extension of an existing material,cross section, and element for DDM-based:|Return to Extension of an existing material,cross section, and element for DDM-based:]]
[[Extension of an existing material,cross section, and element for DDM-based:|Return to Extension of an existing material,cross section, and element for DDM-based:]]
----


: int setParameter(const char **argv, int argc, Parameter &param);
: int setParameter(const char **argv, int argc, Parameter &param);

Latest revision as of 00:32, 12 January 2011

The following functions need to be implemented in each element for sensitivity computation:

Return to Extension of an existing material,cross section, and element for DDM-based:


int setParameter(const char **argv, int argc, Parameter &param);
int updateParameter (int parameterID, Information &info);
int activateParameter(int passedParameterID);
const Vector & getResistingForceSensitivity(int gradIndex);
int commitSensitivity(int gradIndex, int numGrads);
const Matrix & getInitialStiffSensitivity(int gradIndex);
const Matrix & getDampSensitivity(int gradIndex);
const Matrix & getMassSensitivity(int gradIndex);