You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modify LinearElastic(E, nu).elasticity(strain) to LinearElastic(E, nu).elasticity(strain, stress=None) in order to calculate the initial stress contribution of the elasticity if the stress argument is passed.
The text was updated successfully, but these errors were encountered:
modify
LinearElastic(E, nu).elasticity(strain)
toLinearElastic(E, nu).elasticity(strain, stress=None)
in order to calculate the initial stress contribution of the elasticity if the stress argument is passed.The text was updated successfully, but these errors were encountered: