| 468 | |
| 469 | |
| 470 | void |
| 471 | AnalysisModel::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 | |
| 480 | void |
| 481 | AnalysisModel::incrDisp(const Vector &disp) |
no test coverage detected