Re: [deal.II] Problem using WorkStream with a hp::DoFHandler

2016-07-27 Thread Claire
Thank to both of you for your time and answers. Pr. Bangerth's solution works perfectly (although I guess I could and should have figured it out by myself...) Best, Claire Le mardi 26 juillet 2016 23:56:02 UTC+2, bangerth a écrit : > > On 07/26/2016 08:54 AM, Claire wrote: > > > > I hope th

Re: [deal.II] Problem using WorkStream with a hp::DoFHandler

2016-07-26 Thread Wolfgang Bangerth
On 07/26/2016 08:54 AM, Claire wrote: I hope that I provide enough information. Bruno suggestion was a good guess, but not the cause. The real cause is that your local assemble function takes the following arguments: const cell_iterator&, Assembly::ScratchData<3>&, Assembly::CopyData&

[deal.II] Problem using WorkStream with a hp::DoFHandler

2016-07-26 Thread Claire
Dear all, First of all I would like to thank all the deal.II developers and the community who helped created it and keep it alive. The more I get into it the more I am impress by its high quality and completeness. The issue that I am currently facing is that I am trying to implement multithre