-
Hi there, I'm trying to apply the examples in the documentation to a model I draw in Rhino & GrassHopper with a plugin I write in c# using the library. this is my model, where the long vector is ~10 and the shorter is ~5 in length. the other vectors are just marks of the constraints, but as I mentioned, I applied Fixed for all the nodes. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi |
Beta Was this translation helpful? Give feedback.
-
so it seems you've fixed DoFs more than enough so all loads are directly directed to ground and no element have internal force. Can you please tell me which nodes in your visualized model are connected to the ground? |
Beta Was this translation helpful? Give feedback.
-
inactivity |
Beta Was this translation helpful? Give feedback.
so it seems you've fixed DoFs more than enough so all loads are directly directed to ground and no element have internal force. Can you please tell me which nodes in your visualized model are connected to the ground?
Is it a 2D truss?
Here is more info on how to track the notposdef exception:
https://github.com/BriefFiniteElementNet/BriefFiniteElement.Net/wiki/How-to-fix-NotPosDef-error
I think it is a little more complicated than is seems.
Thanks