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

Method addMtoTang

DEVELOPER/core/DOF_Group.cpp:350–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348
349
350void
351DOF_Group::addMtoTang(double fact)
352{
353 if (myNode != 0) {
354 if (tangent->addMatrix(1.0, myNode->getMass(), fact) < 0) {
355 opserr << "DOF_Group::addMtoTang(void) ";
356 opserr << " invoking addMatrix() on the tangent failed\n";
357 }
358 }
359 else {
360 opserr << "DOF_Group::addMtoTang(void) - no Node associated";
361 opserr << " subclass should provide the method \n";
362 }
363}
364
365
366void

Callers 2

formEleTangentMethod · 0.45
formNodTangentMethod · 0.45

Calls 1

addMatrixMethod · 0.45

Tested by

no test coverage detected