Re: [Libmesh-users] Retrieve a list of ghosted (semi-local) elements ONLY

2015-09-10 Thread John Peterson
On Wed, Sep 9, 2015 at 10:22 PM, John Peterson wrote: > > > > On Sep 9, 2015, at 7:45 PM, Roy Stogner > wrote: > > > > > >> On Wed, 9 Sep 2015, John Peterson wrote: > >> > >>> On Wed, Sep 9, 2015 at 4:01 PM, Cody Permann > wrote: > >>> > >>> TL;DR; > >>> I have a need for retrieving just the gh

Re: [Libmesh-users] Retrieve a list of ghosted (semi-local) elements ONLY

2015-09-09 Thread John Peterson
> On Sep 9, 2015, at 7:45 PM, Roy Stogner wrote: > > >> On Wed, 9 Sep 2015, John Peterson wrote: >> >>> On Wed, Sep 9, 2015 at 4:01 PM, Cody Permann wrote: >>> >>> TL;DR; >>> I have a need for retrieving just the ghosted elements on a given processor >>> or to put it another way, the differ

Re: [Libmesh-users] Retrieve a list of ghosted (semi-local) elements ONLY

2015-09-09 Thread Cody Permann
Now that sounds pretty cool! I like that solution. On Wed, Sep 9, 2015 at 7:45 PM Roy Stogner wrote: > > On Wed, 9 Sep 2015, John Peterson wrote: > > > On Wed, Sep 9, 2015 at 4:01 PM, Cody Permann > wrote: > > > >> TL;DR; > >> I have a need for retrieving just the ghosted elements on a given > p

Re: [Libmesh-users] Retrieve a list of ghosted (semi-local) elements ONLY

2015-09-09 Thread Roy Stogner
On Wed, 9 Sep 2015, John Peterson wrote: > On Wed, Sep 9, 2015 at 4:01 PM, Cody Permann wrote: > >> TL;DR; >> I have a need for retrieving just the ghosted elements on a given processor >> or to put it another way, the difference of the semi-local and local >> elements. >> >> My current plan is

Re: [Libmesh-users] Retrieve a list of ghosted (semi-local) elements ONLY

2015-09-09 Thread Cody Permann
On Wed, Sep 9, 2015 at 4:54 PM John Peterson wrote: > On Wed, Sep 9, 2015 at 4:01 PM, Cody Permann > wrote: > >> TL;DR; >> I have a need for retrieving just the ghosted elements on a given >> processor >> or to put it another way, the difference of the semi-local and local >> elements. >> >> My

Re: [Libmesh-users] Retrieve a list of ghosted (semi-local) elements ONLY

2015-09-09 Thread John Peterson
On Wed, Sep 9, 2015 at 4:01 PM, Cody Permann wrote: > TL;DR; > I have a need for retrieving just the ghosted elements on a given processor > or to put it another way, the difference of the semi-local and local > elements. > > My current plan is to pass the begin/end iterators of these two methods

[Libmesh-users] Retrieve a list of ghosted (semi-local) elements ONLY

2015-09-09 Thread Cody Permann
TL;DR; I have a need for retrieving just the ghosted elements on a given processor or to put it another way, the difference of the semi-local and local elements. My current plan is to pass the begin/end iterators of these two methods to the set_difference() algorithm. Does anyone have a different