Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
int
164
TransientIntegrator::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
zeroUnbalance
Method · 0.45
addPIncInertiaToUnbalance
Method · 0.45
Tested by
no test coverage detected