From: John P. <jwp...@gm...> - 2019-05-28 13:30:42
|
On Mon, May 27, 2019 at 12:39 PM Amneet Bhalla <mai...@gm...> wrote: > Hi Guys, > > Is there a way to generate a triangle shaped object (and eventually > triangulate it) using libMesh directly? > Yes, this is definitely possible if you configure libmesh with --disable-strict-lgpl so that Triangle support is available. See misc_ex6 for a simple example of how this might be accomplished. -- John |