victorsndvg / FEconv

Program feconv is an utility to convert between several mesh and FE field formats, like ANSYS mesh files (.msh), MD Nastran input files (.bdf), I-Deas Universal (.unv), VTK files (.vtk), etc. If you use a Modulef format to store an intermediate mesh (.mfm). It can transform the FE type of a mesh composed of trangles or tetrahedra, to Lagrange P1 or P2, Raviart-Thomas (face) or Whitney (edge) finite elements. It also uses third-party code to perform bandwidth optimization (CutlHill-McKee optimization).
GNU General Public License v3.0
91 stars 25 forks source link

vtu to mphtxt conversion not ending #8

Open saeed6991 opened 2 years ago

saeed6991 commented 2 years ago

Hi,

after outputting a Cleaver method mesh using 3D Slicer, every time I want to convert the vtu format mesh into mphtxt, the conversion in the terminal (Linux) or the power shell (Windows) goes on for days and it does not end at last.

Tried making the model as simple as possible like 120 KBs and still the same issue. I have not found any solutions and have interchanged any option at hand but still no luck, would appreciate it if someone has an idea.

Cheers