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

Method setAccel

SRC/analysis/model/AnalysisModel.cpp:470–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468
469
470void
471AnalysisModel::setAccel(const Vector &accel)
472{
473 DOF_GrpIter &theDOFGrps = this->getDOFs();
474 DOF_Group *dofPtr;
475
476 while ((dofPtr = theDOFGrps()) != 0)
477 dofPtr->setNodeAccel(accel);
478}
479
480void
481AnalysisModel::incrDisp(const Vector &disp)

Callers 15

updateMethod · 0.45
updateMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45
newStepMethod · 0.45

Calls 1

setNodeAccelMethod · 0.45

Tested by

no test coverage detected