Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calc of second invariant #34

Closed
demanasta opened this issue Nov 24, 2018 · 0 comments · Fixed by #36
Closed

calc of second invariant #34

demanasta opened this issue Nov 24, 2018 · 0 comments · Fixed by #36

Comments

@demanasta
Copy link
Contributor

demanasta commented Nov 24, 2018

Wrong calculation of 2nd invariant.... sqrt(exx^2 + eyy^2 + exy^2)
solution: use function: sqrt(exx^2 + eyy^2 + 2exy^2)
strainpy line 587
Shen paper

@demanasta demanasta mentioned this issue Nov 26, 2018
14 tasks
@demanasta demanasta mentioned this issue Nov 27, 2018
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant