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

Method formNodUnbalance

DEVELOPER/core/TransientIntegrator.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163int
164TransientIntegrator::formNodUnbalance(DOF_Group *theDof)
165{
166 theDof->zeroUnbalance();
167 theDof->addPIncInertiaToUnbalance();
168 return 0;
169}
170
171
172

Callers

nothing calls this directly

Calls 2

zeroUnbalanceMethod · 0.45

Tested by

no test coverage detected