Chaman Singh Verma wrote: > Hello, > > I have different geometry engines other than OpenCascade and gmsh. I am > able to generate surface > mesh for surfaces that don't have any seam, but despite debugging, I am > unable to figure our why > surface with seams fail to generate surface mesh. > > > Are there any hidden assumptions ( in topology, ordering, parametric > coordinates ) > for seam surfaces in order to generate surface mesh on them ?
Seams are indeed a bit tricky. To understand how we deal with them the easiest is probably to look at the code in meshGFace.cpp (cf. gmsh2DMeshGeneratorPeriodic()) > > Thanks. > csv > > > > ------------------------------------------------------------------------ > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
