MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / formEleTangentSensitivity

Method formEleTangentSensitivity

DEVELOPER/core/StaticIntegrator.cpp:114–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112
113
114int
115StaticIntegrator::formEleTangentSensitivity(FE_Element *theEle,int gradNumber)
116{
117
118 if (statusFlag == CURRENT_TANGENT) {
119 theEle->zeroTangent();
120 } else if (statusFlag == INITIAL_TANGENT) {
121 theEle->zeroTangent();
122 theEle->addKiToTang();
123 }
124
125 return 0;
126}
127

Callers

nothing calls this directly

Calls 2

zeroTangentMethod · 0.45
addKiToTangMethod · 0.45

Tested by

no test coverage detected