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

Method formNodTangent

DEVELOPER/integrator/Trapezoidal.cpp:189–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187
188
189int Trapezoidal::formNodTangent(DOF_Group *theDof)
190{
191 theDof->zeroTangent();
192
193 theDof->addCtoTang(c2);
194 theDof->addMtoTang(c3);
195
196 return 0;
197}
198
199
200int Trapezoidal::domainChanged()

Callers

nothing calls this directly

Calls 3

zeroTangentMethod · 0.45
addCtoTangMethod · 0.45
addMtoTangMethod · 0.45

Tested by

no test coverage detected