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
> 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
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
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
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
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
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