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

Function revertToLastCommit

SRC/runtime/python/OpenSeesPyRT.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 );
119 }
120 int revertToLastCommit() override {
121 PYBIND11_OVERRIDE_PURE(
122 int, /* Return type */
123 UniaxialMaterial, /* Parent class */
124 revertToLastCommit /* Name of function in C++ (must match Python name) */
125 );
126 }
127 int revertToStart() override {
128 PYBIND11_OVERRIDE_PURE(int, UniaxialMaterial, revertToStart);
129 }

Callers 15

setTrialStrainMethod · 0.85
setTrialStrainIncrMethod · 0.85
revertToStartMethod · 0.85
setTrialStrainMethod · 0.85
setTrialStrainIncrMethod · 0.85
revertToStartMethod · 0.85
setTrialStrainMethod · 0.85
createMaterialMethod · 0.85
setTrialStrainMethod · 0.85
revertToStartMethod · 0.85
recvSelfMethod · 0.85
recvSelfMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected