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

Method formEleTangent

SRC/analysis/integrator/HHTGeneralized_TP.cpp:246–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244
245
246int HHTGeneralized_TP::formEleTangent(FE_Element *theEle)
247{
248 theEle->zeroTangent();
249
250 if (statusFlag == CURRENT_TANGENT)
251 theEle->addKtToTang(alphaF*c1);
252 else if (statusFlag == INITIAL_TANGENT)
253 theEle->addKiToTang(alphaF*c1);
254
255 theEle->addCtoTang(alphaF*c2);
256 theEle->addMtoTang(alphaI*c3);
257
258 return 0;
259}
260
261
262int HHTGeneralized_TP::formNodTangent(DOF_Group *theDof)

Callers

nothing calls this directly

Calls 5

zeroTangentMethod · 0.45
addKtToTangMethod · 0.45
addKiToTangMethod · 0.45
addCtoTangMethod · 0.45
addMtoTangMethod · 0.45

Tested by

no test coverage detected