Re: [Libmesh-users] TetGen mesh interface's "triangulate_pointset()" stop running

2016-09-24 Thread Thiago Milanetto Schlittler
I did some poor man's debugging (a.k.a. printf ..., didn't have the time to set up gdb yet) and the program stops at the temp_tetgen_interface.triangulate_pointset() line. Some other important points that I forgot in the first mail: - When running in parallel, the code will generate the

Re: [Libmesh-users] TetGen mesh interface's "triangulate_pointset()" stop running

2016-09-24 Thread Mike Marchywka
> To: libmesh-users@lists.sourceforge.net > From: thiago...@gmail.com > Date: Sat, 24 Sep 2016 17:19:56 +0200 > Subject: [Libmesh-users] TetGen mesh interface's "triangulate_pointset()" > stop running > > Hello! > > I'm having a weird problem with the

[Libmesh-users] TetGen mesh interface's "triangulate_pointset()" stop running

2016-09-24 Thread Thiago Milanetto Schlittler
Hello! I'm having a weird problem with the method "triangulate_pointset()", from the TetGenMeshInterface class. Essentially, it seems like it is stalling after several calls. In my code, I have to calculate several polyhedron intersections and mesh them. To do so, I built a