Wrong result of umat.plot()
for LinearElastic
with stretches ≤ 0
#852
Labels
bug
Something isn't working
umat.plot()
for LinearElastic
with stretches ≤ 0
#852
not only for$\lambda \le 0$ but for the whole range if a stretch $\lambda \le 0$ is included! This happens because all stretches are solved in one
scipy.optimize.root()
-call by a least-squares problem.Possible Solution
Try to raise an error if$\lambda \le 0$ is included. There shouldn't be the case where these non-physical stretches are of interest.
Example
While it should be:
The text was updated successfully, but these errors were encountered: