Chaman Singh Verma wrote: > Hello, > > I have some PSLGs in 2D and I am interested in discretizing the domain > with Advancing front. Can > somone give link to some examples using gmsh. I will prefer to call API > functions directly in my > codes.
- create the edges (any subclass of GEdge will do, e.g. discreteEdge) and an associated GFace - fill the vertices and the line elements in the edges - call meshGFace() on the face To use the frontal algorithm just set the General.Algorithm option (e.g. with GmshSetOption) > > 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
