Replies: 3 comments 2 replies
-
Hi there, |
Beta Was this translation helpful? Give feedback.
0 replies
-
fixed in 89e3124, |
Beta Was this translation helpful? Give feedback.
2 replies
-
inactivity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am aware that the TetrahedronElement is not fully implemented and may contain some bugs. For this reason I was comparing the output from BFE.NET with Robot Structural Analysis and the deflections are pretty much the same.
However, I'm having some difficulties extracting the stresses on TetrahedronElement by using GetLocalInternalStress(). I keep getting an IndexOutOfRangeException which seems to be because the res[,] variable is always [6x1] when I guess it should be at least [3x3] (see screenshot attached).
Are there any example on how GetLocalInternalStress() should be used to avoid this?
Many thanks for all the help in advance.
Beta Was this translation helpful? Give feedback.
All reactions