Re: [deal.II] WorkStream iterator

2016-06-20 Thread Daniel Shapero
So glad I asked this question instead of reinventing the wheel :) I was mostly working off the Boussinesq and elasticity examples, so I missed step-35. On Sunday, June 19, 2016 at 3:18:33 PM UTC-7, bangerth wrote: > > On 06/19/2016 04:12 PM, Daniel Shapero wrote: > > I'm working on a problem wh

Re: [deal.II] WorkStream iterator

2016-06-19 Thread Wolfgang Bangerth
On 06/19/2016 04:12 PM, Daniel Shapero wrote: I'm working on a problem which involves iterating over the DoFHandlers of both a scalar and a vector field at the same time, similar to step 31

[deal.II] WorkStream iterator

2016-06-19 Thread Daniel Shapero
I'm working on a problem which involves iterating over the DoFHandlers of both a scalar and a vector field at the same time, similar to step 31 . I'm creating an iterator class which will wrap