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

Method incrVel

DEVELOPER/core/AnalysisModel.cpp:490–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490void
491AnalysisModel::incrVel(const Vector &vel)
492{
493 DOF_GrpIter &theDOFGrps = this->getDOFs();
494 DOF_Group *dofPtr;
495
496 while ((dofPtr = theDOFGrps()) != 0)
497 dofPtr->incrNodeVel(vel);
498}
499
500void
501AnalysisModel::incrAccel(const Vector &accel)

Callers

nothing calls this directly

Calls 1

incrNodeVelMethod · 0.45

Tested by

no test coverage detected