From: Stogner, R. H <roy...@ic...> - 2019-04-09 20:37:41
|
On Tue, 9 Apr 2019, Nikrouz wrote: > I have made a very simple mesh file with gmesh software, but I can not read > it by example code(introduction/ex1). > > I faced with this error: > > *poiseuille4@poiseuille4-pc:~/samples_libmesh/samples_intro/ex1-0$ > ./example-opt d 3 untitled.msh ** In the future run in dbg mode before posting bug reports if possible; in this case it didn't matter, but in general the output is usually more informative. > **Error: Unknown msh file version 4** What version of libMesh are you using? We only got version 4 support added to libMesh a couple weeks ago: https://github.com/libMesh/libmesh/pull/2082 So if you want to use it you'll need to be using the git master, I believe. --- Roy |