MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / setMass

Method setMass

DEVELOPER/core/Domain.cpp:3468–3476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3466}
3467
3468int
3469Domain::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
3478int
3479Domain::calculateNodalReactions(int flag)

Callers

nothing calls this directly

Calls 1

getNodeMethod · 0.95

Tested by

no test coverage detected