MCPcopy 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
104int
105StaticIntegrator::formNodUnbalance(DOF_Group *theDof)
106{
107 // only nodes unbalance need be added
108 theDof->zeroUnbalance();
109 theDof->addPtoUnbalance();
110 return 0;
111}
112
113
114int

Callers 1

DOF_Group.cppFile · 0.45

Calls 2

zeroUnbalanceMethod · 0.45
addPtoUnbalanceMethod · 0.45

Tested by

no test coverage detected