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

Method formEleTangent

SRC/analysis/integrator/HHTExplicit_TP.cpp:252–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250
251
252int HHTExplicit_TP::formEleTangent(FE_Element *theEle)
253{
254 theEle->zeroTangent();
255
256 theEle->addCtoTang(alpha*c2);
257 theEle->addMtoTang(c3);
258
259 return 0;
260}
261
262
263int HHTExplicit_TP::formNodTangent(DOF_Group *theDof)

Callers

nothing calls this directly

Calls 3

zeroTangentMethod · 0.45
addCtoTangMethod · 0.45
addMtoTangMethod · 0.45

Tested by

no test coverage detected