Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
459
void
460
AnalysisModel::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
470
void
Callers
1
newStep
Method · 0.45
Calls
1
setNodeVel
Method · 0.45
Tested by
no test coverage detected