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

Method formNodTangent

SRC/analysis/integrator/HHT.cpp:233–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232
233int HHT::formNodTangent(DOF_Group *theDof)
234{
235 theDof->zeroTangent();
236
237 theDof->addCtoTang(alpha*c2);
238 theDof->addMtoTang(c3);
239
240 return 0;
241}
242
243
244int HHT::domainChanged()

Callers 1

DOF_Group.cppFile · 0.45

Calls 3

zeroTangentMethod · 0.45
addCtoTangMethod · 0.45
addMtoTangMethod · 0.45

Tested by

no test coverage detected