Re: [Libmesh-users] Assembling multivariable problems in a generic way

2016-09-26 Thread Roy Stogner
On Fri, 23 Sep 2016, Julian Andrej wrote: > so a question came up for me when approaching multiple variables in a > generic way. All examples use DenseSubMatrix, DenseSubVector, resize > and then reposition as soon as you have more than one variable. I > understand that repositionining is option

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

2016-09-26 Thread John Peterson
On Mon, Sep 26, 2016 at 8:43 AM, Paul T. Bauman wrote: > On Mon, Sep 26, 2016 at 10:39 AM, Thiago Milanetto Schlittler < > thiago...@gmail.com> wrote: > >> In theory, I could try to do >> the triangulation with CGAL , which I'm already >> using to find the intersections ... >

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

2016-09-26 Thread Paul T. Bauman
On Mon, Sep 26, 2016 at 10:39 AM, Thiago Milanetto Schlittler < thiago...@gmail.com> wrote: > In theory, I could try to do > the triangulation with CGAL , which I'm already > using to find the intersections ... > Sorry to hijack this thread, but would you mind/is it possible

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

2016-09-26 Thread Thiago Milanetto Schlittler
Huh, I'll look at tetgen v. 1.5 and ctetgen (right now, the cluster where I'm having some problems is offline). In theory, I could try to do the triangulation with CGAL , which I'm already using to find the intersections ... but its triangulation construction is quite a bit

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

2016-09-26 Thread John Peterson
On Sat, Sep 24, 2016 at 9:19 AM, Thiago Milanetto Schlittler < thiago...@gmail.com> wrote: > 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