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

Method formTangent

DEVELOPER/core/TransientIntegrator.cpp:59–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59int
60TransientIntegrator::formTangent(int statFlag, double iFact, double cFact)
61{
62 iFactor = iFact;
63 cFactor = cFact;
64 return this->formTangent(statFlag);
65}
66
67int
68TransientIntegrator::formTangent(int statFlag)

Callers 1

computeTangMethod · 0.45

Calls 9

getIDMethod · 0.80
getLinearSOEMethod · 0.45
getAnalysisModelMethod · 0.45
zeroAMethod · 0.45
addModalDampingMatrixMethod · 0.45
addAMethod · 0.45
getTangentMethod · 0.45

Tested by

no test coverage detected