Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ formNodUnbalance
Method
formNodUnbalance
DEVELOPER/core/StaticIntegrator.cpp:104–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
int
105
StaticIntegrator::formNodUnbalance(DOF_Group *theDof)
106
{
107
// only nodes unbalance need be added
108
theDof->zeroUnbalance();
109
theDof->addPtoUnbalance();
110
return 0;
111
}
112
113
114
int
Callers
1
DOF_Group.cpp
File · 0.45
Calls
2
zeroUnbalance
Method · 0.45
addPtoUnbalance
Method · 0.45
Tested by
no test coverage detected