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

Method addResistingForceSensitivity

DEVELOPER/core/FE_Element.cpp:970–974  ·  view source on GitHub ↗

AddingSensitivity:BEGIN /////////////////////////////////

Source from the content-addressed store, hash-verified

968
969// AddingSensitivity:BEGIN /////////////////////////////////
970void
971FE_Element::addResistingForceSensitivity(int gradNumber, double fact)
972{
973 theResidual->addVector(1.0, myEle->getResistingForceSensitivity(gradNumber), -fact);
974}
975
976void
977FE_Element::addM_ForceSensitivity(int gradNumber, const Vector &vect, double fact)

Callers

nothing calls this directly

Calls 1

addVectorMethod · 0.45

Tested by

no test coverage detected