Open fengsim opened 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
Hi i fixed the problem, const char quad_name = "SHELL"; should be change to const char quad_name = "QUAD";
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.