| 3466 | } |
| 3467 | |
| 3468 | int |
| 3469 | Domain::setMass(const Matrix &mass, int nodeTag) |
| 3470 | { |
| 3471 | Node *theNode = this->getNode(nodeTag); |
| 3472 | if (theNode == 0) { |
| 3473 | return -1; |
| 3474 | } |
| 3475 | return theNode->setMass(mass); |
| 3476 | } |
| 3477 | |
| 3478 | int |
| 3479 | Domain::calculateNodalReactions(int flag) |