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

Method setVel

DEVELOPER/core/AnalysisModel.cpp:459–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459void
460AnalysisModel::setVel(const Vector &vel)
461{
462 DOF_GrpIter &theDOFGrps = this->getDOFs();
463 DOF_Group *dofPtr;
464
465 while ((dofPtr = theDOFGrps()) != 0)
466 dofPtr->setNodeVel(vel);
467}
468
469
470void

Callers 1

newStepMethod · 0.45

Calls 1

setNodeVelMethod · 0.45

Tested by

no test coverage detected