| 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 |
no test coverage detected