On 11/27/24 23:54, 王艺康 wrote:
> **
>
> I was reading a surface mesh with gmsh and drawing the body mesh based on the
> surface mesh, then was reading the mesh with read_msh(), but dealii reported
> an error
I was trying to figure out where this error comes from, but the code seems to
have substantially changed since the deal.II 9.5.1 version you are using. Can
you try again with the current 9.6 release and see whether that may have fixed
the issue?
What does confuse me is that you are using Triangulation<3,3> for a surface
mesh. Shouldn't you be using Triangulation<2,3> instead?
Best
W.