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

Method formEleTangent

SRC/analysis/integrator/CentralDifferenceAlternative.cpp:99–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99int
100CentralDifferenceAlternative::formEleTangent(FE_Element *theEle)
101{
102 theEle->zeroTangent();
103 theEle->addMtoTang();
104
105 return 0;
106}
107
108int
109CentralDifferenceAlternative::formNodTangent(DOF_Group *theDof)

Callers

nothing calls this directly

Calls 2

zeroTangentMethod · 0.45
addMtoTangMethod · 0.45

Tested by

no test coverage detected