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 UNV not working #10

Open imirzov opened 1 year ago

imirzov commented 1 year ago

Hi, I've tried the converter and can not make it work. My test model is attached: vtu.zip Command, I've used for the conversion, is: ./feconv default.vtu default.unv The program infinitely runs and does not produce any output. Eats approximately 5% of CPU. Please, what am I doing wrong?