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

Method revertToStart

SRC/damage/Mehanny.cpp:214–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214int
215Mehanny::revertToStart (void)
216{
217 CommPlasticDefo = LCommPlasticDefo = 0.0;
218 CommDefoIncr = LCommDefoIncr = 0.0;
219 CommTempPDefo = LCommTempPDefo = 0.0;
220 CommPosCycle = LCommPosCycle = 0.0;
221 CommNegCycle = LCommNegCycle = 0.0;
222 CommSumPosFHC = LCommSumPosFHC = 0.0;
223 CommPosPHC = LCommPosPHC = 0.0;
224 CommSumNegFHC = LCommSumNegFHC = 0.0;
225 CommNegPHC = LCommNegPHC = 0.0;
226 CommDamage = LCommDamage = 0.0;
227
228 return 0;
229}
230
231DamageModel*
232Mehanny::getCopy (void)

Callers 14

MehannyMethod · 0.95
OPS_resetModelFunction · 0.45
OPS_InitialStateAnalysisFunction · 0.45
runAnalysisMethod · 0.45
runAnalysisMethod · 0.45
runAnalysisMethod · 0.45
runGFunAnalysisMethod · 0.45
resetModelFunction · 0.45
InitialStateAnalysisFunction · 0.45
DamageRecorderMethod · 0.45
elimElemMethod · 0.45
elimNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected