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
I am making Abaqus UMAT package: https://github.com/JuliaFEM/UMAT.jl and I will need to convert stress and strain tensors. According to Tensors.jl documentation tovoight index order is [11, 22, 33, 23, 13, 12, 32, 31, 21] while according to Abaqus Analysis User's Guide: 1.2.2 Convention used for stress and strain components the index order is [11, 22, 33, 12, 13, 23]. Could we add methods toabaqus and fromabaqus?
The text was updated successfully, but these errors were encountered:
I am making Abaqus UMAT package: https://github.com/JuliaFEM/UMAT.jl and I will need to convert stress and strain tensors. According to Tensors.jl documentation
tovoight
index order is[11, 22, 33, 23, 13, 12, 32, 31, 21]
while according to Abaqus Analysis User's Guide: 1.2.2 Convention used for stress and strain components the index order is[11, 22, 33, 12, 13, 23]
. Could we add methodstoabaqus
andfromabaqus
?The text was updated successfully, but these errors were encountered: