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

Method addCtoTang

DEVELOPER/core/DOF_Group.cpp:366–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365
366void
367DOF_Group::addCtoTang(double fact)
368{
369 if (myNode != 0) {
370 if (tangent->addMatrix(1.0, myNode->getDamp(), fact) < 0) {
371 opserr << "DOF_Group::addMtoTang(void) ";
372 opserr << " invoking addMatrix() on the tangent failed\n";
373 }
374 }
375 else {
376 opserr << "DOF_Group::addMtoTang(void) - no Node associated";
377 opserr << " subclass should provide the method \n";
378 }
379}
380
381
382

Callers 2

formEleTangentMethod · 0.45
formNodTangentMethod · 0.45

Calls 1

addMatrixMethod · 0.45

Tested by

no test coverage detected