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

Method revertToLastStep

SRC/analysis/integrator/HHT.cpp:196–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196int HHT::revertToLastStep()
197{
198 // set response at t+deltaT to be that at t .. for next step
199 if (U != 0) {
200 (*U) = *Ut;
201 (*Udot) = *Utdot;
202 (*Udotdot) = *Utdotdot;
203 }
204
205 return 0;
206}
207
208
209int HHT::formEleTangent(FE_Element *theEle)

Callers 9

analyzeMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45
analyzeStepMethod · 0.45
analyzeMethod · 0.45
printAFunction · 0.45
analyzeStaticMethod · 0.45
analyzeStepMethod · 0.45
analyzeVariableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected