> On 28 Dec 2018, at 07:30, Arjun Narayanan <[email protected]> wrote: > > Hello All, > > I am using the gmsh Julia API. I wanted to know if there is a way of getting > all 2D elements which have an edge on a 1D curve in the geometry?
You'll have to generate the connectivity (here the edges) for this - currently the API does not expose this. You can use gmsh.model.getBoundary() to get all the curves on the boundary of a surface, hence limiting the search. Christophe > For example, all the 2D elements on an internal/external boundary? > > Thanks for your time. > > regards, > Arjun Narayanan > _______________________________________________ > gmsh mailing list > [email protected] > http://onelab.info/mailman/listinfo/gmsh — Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine Free software: http://gmsh.info | http://getdp.info | http://onelab.info _______________________________________________ gmsh mailing list [email protected] http://onelab.info/mailman/listinfo/gmsh
