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

Method formEleResidual

DEVELOPER/core/TransientIntegrator.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int
156TransientIntegrator::formEleResidual(FE_Element *theEle)
157{
158 theEle->zeroResidual();
159 theEle->addRIncInertiaToResidual();
160 return 0;
161}
162
163int
164TransientIntegrator::formNodUnbalance(DOF_Group *theDof)

Callers

nothing calls this directly

Calls 2

zeroResidualMethod · 0.45

Tested by

no test coverage detected