Re: [Libmesh-users] Create an unstructured mesh of map of country/region

2020-05-15 Thread Vikram Garg
Vikram Garg vikramvgarg.github.io/ On Fri, May 15, 2020 at 11:02 PM Roy Stogner wrote: > > On Fri, 15 May 2020, Vikram Garg wrote: > > > Once you have the boundaries defined, TRIANGLE, which uses Delaunay > > triangulation should be able to do this. > > This is true, but defining the boundarie

Re: [Libmesh-users] Create an unstructured mesh of map of country/region

2020-05-15 Thread Vikram Garg
Once you have the boundaries defined, TRIANGLE, which uses Delaunay triangulation should be able to do this. Vikram Garg vikramvgarg.github.io/ On Fri, May 15, 2020 at 5:18 PM Prashant K. Jha wrote: > Hi All, > > This may be an unrelated question to LibMesh. I am looking for ways to > create

[Libmesh-users] Create an unstructured mesh of map of country/region

2020-05-15 Thread Prashant K. Jha
Hi All, This may be an unrelated question to LibMesh. I am looking for ways to create an unstructured mesh of the map of Texas state. If anyone is aware of how to do this or know specific libraries that do this, please let me know. Any help would be appreciated. Regards, Prashant ___