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

Method formNodUnbalance

SRC/analysis/integrator/HHTGeneralizedExplicit_TP.cpp:296–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296int HHTGeneralizedExplicit_TP::formNodUnbalance(DOF_Group *theDof)
297{
298 theDof->zeroUnbalance();
299
300 theDof->addPtoUnbalance(alphaP);
301 theDof->addD_Force(*Udot, -alphaD);
302 theDof->addM_Force(*Udotdot, -alphaM);
303
304 return 0;
305}
306
307
308int HHTGeneralizedExplicit_TP::domainChanged()

Callers

nothing calls this directly

Calls 4

zeroUnbalanceMethod · 0.45
addPtoUnbalanceMethod · 0.45
addD_ForceMethod · 0.45
addM_ForceMethod · 0.45

Tested by

no test coverage detected