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

Method formEleResidual

SRC/analysis/integrator/DisplacementControl.cpp:841–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839
840
841int
842DisplacementControl::formEleResidual(FE_Element* theEle)
843{
844 if(sensitivityFlag == 0) { // no sensitivity
845 this->StaticIntegrator::formEleResidual(theEle);
846 } else {
847 theEle->zeroResidual();
848 theEle->addResistingForceSensitivity(gradNumber);
849 }
850 return 0;
851}
852
853int
854DisplacementControl::formIndependentSensitivityRHS()

Callers

nothing calls this directly

Calls 2

zeroResidualMethod · 0.45

Tested by

no test coverage detected