ElmerGUI crashes on some meshes...

The graphical user interface of Elmer
Post Reply
einatlev
Posts: 47
Joined: 13 Jan 2010, 06:54

ElmerGUI crashes on some meshes...

Post by einatlev »

Hi all
I am running ElmerGUI on a MacBook Pro (~4 yrs old) with Maverick OS. I am able to load some meshes, and some other meshes cause ElmerGUI to crash. All meshes look fine in gmsh. I am using the commands

Code: Select all

gmsh -3 -algo del3d _____.geo
ElmerGrid 14 2 ____.msh 
to convert the gmsh geometry file into Elmer meshes.

Attached are two meshes, one loads fine, one fails.

Any advice??
Einat
Attachments
ProfileB_test.geo
Causes crash
(8.37 KiB) Downloaded 309 times
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: ElmerGUI crashes on some meshes...

Post by mzenker »

Hi,

try

Code: Select all

ElmerGrid 14 2 ____.msh -autoclean 
HTH,

Matthias
Post Reply