| 447 | } |
| 448 | |
| 449 | void |
| 450 | AnalysisModel::setDisp(const Vector &disp) |
| 451 | { |
| 452 | DOF_GrpIter &theDOFGrps = this->getDOFs(); |
| 453 | DOF_Group *dofPtr; |
| 454 | |
| 455 | while ((dofPtr = theDOFGrps()) != 0) |
| 456 | dofPtr->setNodeDisp(disp); |
| 457 | } |
| 458 | |
| 459 | void |
| 460 | AnalysisModel::setVel(const Vector &vel) |
no test coverage detected