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

Function getTangent

SRC/runtime/python/OpenSeesPyRT.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 PYBIND11_OVERRIDE_PURE(double, UniaxialMaterial, getStrain);
106 }
107 double getTangent() override {
108 PYBIND11_OVERRIDE_PURE(double,UniaxialMaterial, getTangent);
109 }
110 double getInitialTangent() override {
111 PYBIND11_OVERRIDE_PURE(double, UniaxialMaterial, getInitialTangent);
112 }

Callers 15

LagrangeEQ_FE.cppFile · 0.85
LagrangeMP_FE.cppFile · 0.85
PenaltyEQ_FE.cppFile · 0.85
PenaltyMP_FE.cppFile · 0.85
commitStateMethod · 0.85
LinearCap.cppFile · 0.85
CapPlasticity.cppFile · 0.85
getResponseMethod · 0.85
getResponseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected