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

Function getStrain

SRC/runtime/python/OpenSeesPyRT.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 return 0;
103 }
104 double getStrain() override {
105 PYBIND11_OVERRIDE_PURE(double, UniaxialMaterial, getStrain);
106 }
107 double getTangent() override {
108 PYBIND11_OVERRIDE_PURE(double,UniaxialMaterial, getTangent);
109 }

Callers 15

commitStateMethod · 0.85
calculateDerDamageMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected