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
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