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

Method formEleResidual

SRC/analysis/integrator/LoadControl.cpp:224–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224int
225LoadControl::formEleResidual(FE_Element* theEle)
226{
227 if(sensitivityFlag == 0) { // no sensitivity
228 this->StaticIntegrator::formEleResidual(theEle);
229 } else {
230 theEle->zeroResidual();
231 theEle->addResistingForceSensitivity(gradNumber);
232 }
233 return 0;
234}
235
236int
237LoadControl::formIndependentSensitivityRHS()

Callers

nothing calls this directly

Calls 2

zeroResidualMethod · 0.45

Tested by

no test coverage detected