sandialabs / mesquite

Mesquite: Mesh Quality Improvement Toolkit
Other
14 stars 4 forks source link

hello mesquite and portage #1

Open fengsim opened 1 year ago

fengsim commented 1 year ago

i used mesquite to export exo files and use portage/jali/MSTK to import exo files. It is very strange to get "ERROR!! in MESH_Face: Non-existent face requested", but it is OK to use paraview to open the exo file from mesquite.

fengsim commented 1 year ago

i have checked the problems, it seems that mesquite to export exo but don't export faces, but mstk need exo with faces

fengsim commented 1 year ago

Hi i fixed the problem, const char quad_name = "SHELL"; should be change to const char quad_name = "QUAD";