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

Method revertToLastCommit

SRC/damage/Mehanny.cpp:197–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197int
198Mehanny::revertToLastCommit (void)
199{
200 CommPlasticDefo = LCommPlasticDefo;
201 CommDefoIncr = LCommDefoIncr;
202 CommTempPDefo = LCommTempPDefo;
203 CommPosCycle = LCommPosCycle;
204 CommNegCycle = LCommNegCycle;
205 CommSumPosFHC = LCommSumPosFHC;
206 CommPosPHC = LCommPosPHC;
207 CommSumNegFHC = LCommSumNegFHC;
208 CommNegPHC = LCommNegPHC;
209 CommDamage = LCommDamage;
210
211 return 0;
212}
213
214int
215Mehanny::revertToStart (void)

Callers 12

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

Calls

no outgoing calls

Tested by

no test coverage detected