When using tri-mesh, have segmentation error #22361
-
Hello, When I can get the result well using rectangular element mesh file, but it didn't work just changing the mesh as triangle element.
tri_1011.txt please somebody tell me why signal 11 was occurred only with tri-mesh. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello SIG11 is a seg fault so something is going horribly wrong.
The mesh cannot be read by libmesh, I think you may have a degenerate QUAD in this tri mesh. Guillaume |
Beta Was this translation helpful? Give feedback.
Hello
SIG11 is a seg fault so something is going horribly wrong.
I run in debug mode with your mesh and I hit this assert:
The mesh cannot be read by libmesh, I think you may have a degenerate QUAD in this tri mesh.
How did you generate this?
Guillaume