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

Method incrAccel

SRC/analysis/model/AnalysisModel.cpp:500–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void
501AnalysisModel::incrAccel(const Vector &accel)
502{
503 DOF_GrpIter &theDOFGrps = this->getDOFs();
504 DOF_Group *dofPtr;
505
506 while ((dofPtr = theDOFGrps()) != 0)
507 dofPtr->incrNodeAccel(accel);
508}
509
510
511void

Callers

nothing calls this directly

Calls 1

incrNodeAccelMethod · 0.45

Tested by

no test coverage detected