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

Method incrDisp

DEVELOPER/core/AnalysisModel.cpp:480–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480void
481AnalysisModel::incrDisp(const Vector &disp)
482{
483 DOF_GrpIter &theDOFGrps = this->getDOFs();
484 DOF_Group *dofPtr;
485
486 while ((dofPtr = theDOFGrps()) != 0)
487 dofPtr->incrNodeDisp(disp);
488}
489
490void
491AnalysisModel::incrVel(const Vector &vel)

Callers

nothing calls this directly

Calls 1

incrNodeDispMethod · 0.45

Tested by

no test coverage detected