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

Start using fixed Mandel notation ordering from Tensors.jl #27

Open
TeroFrondelius opened this issue Oct 26, 2019 · 0 comments
Open

Start using fixed Mandel notation ordering from Tensors.jl #27

TeroFrondelius opened this issue Oct 26, 2019 · 0 comments

Comments

@TeroFrondelius
Copy link
Member

In the new coming Tensors.jl release has an updated tovoight method, which takes the order as an input argument.

See the problem here:

# now reorder from voigt 11, 22, 33, 23, 13, 12 -> 11, 22, 33, 12, 13, 23
# and use Mandel notation (scaling with sqrt(2.0))
# https://en.wikipedia.org/wiki/Voigt_notation#Mandel_notation
mfront_dstrain = tovoigt(frommandel(SymmetricTensor{2, 3}, [dstrain[1], dstrain[2], dstrain[3], dstrain[6], dstrain[5], dstrain[4]]))

And the solution here:
Ferrite-FEM/Tensors.jl#124

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

No branches or pull requests

1 participant