-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Please do not copy paste text as images. Just copy paste as text. I think that Gmsh is missing or not installed properly. The reason why you get a different face number each time is multithreading: several faces are meshed in parallel, and the first one to fail is reported. It can change from one run to the next. |
Beta Was this translation helpful? Give feedback.
-
It seems you are using Windows Subsystem Linux. |
Beta Was this translation helpful? Give feedback.
Please do not copy paste text as images. Just copy paste as text.
I think that Gmsh is missing or not installed properly. The reason why you get a different face number each time is multithreading: several faces are meshed in parallel, and the first one to fail is reported. It can change from one run to the next.