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.

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/dealii/d399a55f-68fa-4451-a4d1-398c342d1a9d%40colostate.edu.

Reply via email to