Re: [Libmesh-devel] GmshIO::read

2008-01-28 Thread Roy Stogner
On Mon, 28 Jan 2008, David Knezevic wrote: > I came across a problem in GmshIO::read. The issue is that in some cases a > gmsh mesh contains lower dimensional elements which are just used for > specifying boundary info so they aren't added to the libMesh mesh during > mesh.read() and therefore

[Libmesh-devel] GmshIO::read

2008-01-28 Thread David Knezevic
I came across a problem in GmshIO::read. The issue is that in some cases a gmsh mesh contains lower dimensional elements which are just used for specifying boundary info so they aren't added to the libMesh mesh during mesh.read() and therefore assert( ... || e->id() == _elements.size()); in Ser